NextJS 15/React 19 RC odd 3rd party lib issue
Answered
GMatrixGames posted this in #help-forum
Just attempted to upgrade to the RC to see the improvements.
Seems like there's an issue with something that doesn't occur on NextJS 14.
Code fails to compile with:
I'm not sure what could have changed related to it, but is there a known thing to adjust for it?
Seems like there's an issue with something that doesn't occur on NextJS 14.
Code fails to compile with:
./node_modules/tdesign-react/lib/affix/style/css.js:1:1 Module not found: Can't resolve './index.css'
.I'm not sure what could have changed related to it, but is there a known thing to adjust for it?
Answered by GMatrixGames
Turns out it's an issue with tdesign's latest update, not React/libs.
1 Reply
Turns out it's an issue with tdesign's latest update, not React/libs.
Answer