You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :(
The text was updated successfully, but these errors were encountered:
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
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 :(
The text was updated successfully, but these errors were encountered: