unable to resolve `react-dom` when used with react-native ?
See original GitHub issueit seem to be an issue with use-context-select
@dai-shi .
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Cannot resolve module 'react-dom' - Stack Overflow
Issue is react-dom is not installed, when you hit npm -v react-dom , it gives you the version of npm not react-dom version,...
Read more >How to solve Error: Can't resolve 'react-dom/client ... - YouTube
Hi guys,In this video I show you how to resolve the error: 'Module not found: Error: Can't resolve ' react-dom /client' in ''Here...
Read more >module not found error | can not resolve react dom module
MODULE NOT FOUND - solution on haslips generates image · Webdriverio can not use import statement outside a module · Create a React...
Read more >[Solved] Module not found: Error: Can't resolve 'react-dom ...
This issue's resolution called for having to make the following modifications to the index.js file: import React from 'react';// import ReactDOM from ...
Read more >ReactDOMClient – React
Most of your components should not need to use this module. import * as ReactDOM from 'react-dom/client';.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks. The dependency version is already fixed in the latest version.
Anyway, I will fix it soon. https://github.com/dai-shi/use-context-selector/pull/26 This should be it. I’d just release it and make a PR here in jotai.
If you lock the use-context-selector version to v1.1.4, it would work.