Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContextMenu.d.ts has wrong property name #1118

Closed
AlexTo opened this issue Dec 5, 2019 · 1 comment
Closed

ContextMenu.d.ts has wrong property name #1118

AlexTo opened this issue Dec 5, 2019 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@AlexTo
Copy link

AlexTo commented Dec 5, 2019

Primereact: 3.3.3

I'm using React with Typescript. In ContextMenu.d.ts, the z-index property is defined as "bazeZIndex" while it is "baseZIndex" in ContextMenu.js.

Solution: I have to manually update the ContextMenu.d.ts or the compiler won't compile :(

@mertsincan mertsincan changed the title Property defined as bazeZIndex in ContextMenu.d.ts but baseZIndex in ContextMenu.js ContextMenu.d.ts has wrong property name Jan 17, 2020
@mertsincan mertsincan self-assigned this Jan 17, 2020
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Jan 17, 2020
@mertsincan mertsincan added this to the 3.4.0 milestone Jan 17, 2020
@mertsincan
Copy link
Member

So sorry for the typo!

Best Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants