million
million copied to clipboard
bug: Compilation error on react 16
Describe the bug Compilation error while running on react 16
"react": "^16.13.0", "react-dom": "^16.13.0", "million": "2.4.4", node: 14.21.3 npm: 6.14.18 webpack: 5
To Reproduce Steps to reproduce the behavior:
- Use React v16
- Use For on any list
- Compilation error
Expected behavior project should compile
Screenshots
Device (please complete the following information):
- OS linux
- Browse chrome
Additional context Add any other context about the problem here.
@aidenybai what is the minimum react version required?
Describe the bug Compilation error while running on react 16
"react": "^16.13.0", "react-dom": "^16.13.0", "million": "2.4.4", node: 14.21.3 npm: 6.14.18 webpack: 5
To Reproduce Steps to reproduce the behavior:
- Use React v16
- Use For on any list
- Compilation error
Expected behavior project should compile
Screenshots
Device (please complete the following information):
- OS linux
- Browse chrome
Additional context Add any other context about the problem here.
I don't really see what the error is here, I'll definitely need more information so I can help out. Did you properly set up the compiler? Also, can I see your code?
should be fixed in latest version
still getting compilation error. Interestingly my project compiled successfully with 2.1.0 version. Didnt try any other versions
Oh! Interesting. 🤔🤔. So, it works now @manoharc1999?
Try upgrading to the latest beta, should work now possibly. Thanks for the patience so far @manoharc1999
Tested it just now with node 16.19.1 , the issue still exists on 2.4.6-beta.0
This is very interesting, does this work on React 18? Or is it just React 16?
@tobySolutions , @aidenybai Can it be bcz of this change https://github.com/aidenybai/million/pull/311/files?
Try upgrading to the latest beta, should work now possibly. Thanks for the patience so far @manoharc1999
Still not working in latest beta :(
Try upgrading to the latest beta, should work now possibly. Thanks for the patience so far @manoharc1999
Still not working in latest beta :(
Oh, seriously?? 👀👀 You getting any errors?
Update on this: We are not actively supporting any React version under React 18 until future notice.
Cannot resolve react-dom/client
Describe the bug Compilation error while running on react 16 "react": "^16.13.0", "react-dom": "^16.13.0", "million": "2.4.4", node: 14.21.3 npm: 6.14.18 webpack: 5 To Reproduce Steps to reproduce the behavior:
- Use React v16
- Use For on any list
- Compilation error
Expected behavior project should compile Screenshots
Device (please complete the following information):
- OS linux
- Browse chrome
Additional context Add any other context about the problem here.
I don't really see what the error is here, I'll definitely need more information so I can help out. Did you properly set up the compiler? Also, can I see your code?
Describe the bug Compilation error while running on react 16
"react": "^16.13.0", "react-dom": "^16.13.0", "million": "2.4.4", node: 14.21.3 npm: 6.14.18 webpack: 5
To Reproduce Steps to reproduce the behavior:
- Use React v16
- Use For on any list
- Compilation error
Expected behavior project should compile
Screenshots
Device (please complete the following information):
- OS linux
- Browse chrome
Additional context Add any other context about the problem here.
