Closed dvdprrsh closed 2 years ago
Last time I checked, Deno doesn't support React 17.
I just tried React 17 again and it seems to be working now on recent Deno versions. I'm updating Pogo's internal version of React to v17 in PR https://github.com/sholladay/pogo/pull/68. Please give that branch a try if you have time and let me know if you run into any problems so I can fix them before release.
There seem to be type conflicts (I believe) between pogo and React 17.
Here is the import map for all dependencies. (react-dom is in there twice for react-dom/server)
Here is a bit of errors from the deno type checking
Feel free to ask if you have any other questions! :)