Known issues
Type '{}' is not assignable to type 'ReactNode'
Type '{}' is not assignable to type 'ReactNode'
Error example:
For those who have this type of error in the APP, just add this item to resolutions
in the package.json
file and run a preinstall
script:
Solution
Add the items below inside
package.json
Execute:
Last updated