#v6 to v7 migration
1 messages · Page 1 of 1 (latest)
you should run tsc -w --noEmit when migrating, it'll give you a list of type errors to follow
i am on javascript
then these problems will be hard to debug, i recommend moving to TS for much better intellisense and error warnings
removing breakpoints from the theme object fixed the error, but yeah i agree using typescript is better