[error] export error while bundling @fluentui/react with webpack #17839
-
I have already posted this on StackOverflow, creating a thread so it reaches relevant people quickly, here is the stack overflow link: https://stackoverflow.com/questions/67116114/export-error-while-bundling-fluentui-react-with-webpack In short, I am getting around 1500 warning with v8 all related to react imports, I am using react 17, I also tried using react 16 same results. I have posted all configs and dependencies on stackoverflow. What I have tried so far
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Somehow, there were multiple version/instance of React were in place, I assumed there is only as hooks were working correctly, aliasing the |
Beta Was this translation helpful? Give feedback.
Somehow, there were multiple version/instance of React were in place, I assumed there is only as hooks were working correctly, aliasing the
react
with './node_modules/react' solved the issue for me.