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
Hello
I use react-bootstrap-icons with nextjs
I added a Person Icon but i displayed the error "Cannot create property 'propTypes' on number 'Infinity'"
Server Error
Error: Cannot create property 'propTypes' on number 'Infinity'
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
eval
node_modules/react-bootstrap-icons/build/index.js (35709:18)
Can anyone help me, please? thanks in advance
The text was updated successfully, but these errors were encountered:
Our test runner was throwing this error after we upgraded several dependencies, and I traced it down to @swc/core v1.3.82. We haven't dug in further yet but reverting to v1.3.81 or earlier resolves this issue for us.
Hello
I use react-bootstrap-icons with nextjs
I added a Person Icon but i displayed the error "Cannot create property 'propTypes' on number 'Infinity'"
Can anyone help me, please? thanks in advance
The text was updated successfully, but these errors were encountered: