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
Today I upgraded from version 6 to 7 and applied the changes mentioned in the migration guide. As I was using typescript, I then got errors like this: Property 'menuItemButton' does not exist on type 'typeof import("*.module.css")'.ts(2339)
I did not know, but I had to change my TypeScript Declaration.
Your Proposal for Changes
It might be helpful for others to mention this in the migration guide. Up to you.
In the css case I had to change default to =
Documentation Is:
Please Explain in Detail...
Hello there, thanks for your work!
Today I upgraded from version 6 to 7 and applied the changes mentioned in the migration guide. As I was using typescript, I then got errors like this:
Property 'menuItemButton' does not exist on type 'typeof import("*.module.css")'.ts(2339)
I did not know, but I had to change my TypeScript Declaration.
Your Proposal for Changes
It might be helpful for others to mention this in the migration guide. Up to you.
In the
css
case I had to changedefault
to=
to this
The text was updated successfully, but these errors were encountered: