You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to build a safe stack project with pre-release versions of fable.* packages and I get this error:
ERROR in ./src/Client/output/fable_modules/Fable.Elmish.React.4.0.0-beta-4/react.fs.js 3:0-43
Module not found: Error: Can't resolve 'react-dom/client' in '/home/anton/RiderProjects/safe-origin/src/Client/output/fable_modules/Fable.Elmish.React.4.0.0-beta-4'
resolve 'react-dom/client' in '/home/anton/RiderProjects/safe-origin/src/Client/output/fable_modules/Fable.Elmish.React.4.0.0-beta-4'
Parsed request is a module
using description file: /home/anton/RiderProjects/safe-origin/package.json (relative path: ./src/Client/output/fable_modules/Fable.Elmish.React.4.0.0-beta-4)
Field 'browser' doesn't contain a valid alias configuration
resolve as module
/home/anton/RiderProjects/safe-origin/src/Client/output/fable_modules/Fable.Elmish.React.4.0.0-beta-4/node_modules doesn't exist or is not a directory
/home/anton/RiderProjects/safe-origin/src/Client/output/fable_modules/node_modules doesn't exist or is not a directory
/home/anton/RiderProjects/safe-origin/src/Client/output/node_modules doesn't exist or is not a directory
/home/anton/RiderProjects/safe-origin/src/Client/node_modules doesn't exist or is not a directory
/home/anton/RiderProjects/safe-origin/src/node_modules doesn't exist or is not a directory
looking for modules in /home/anton/RiderProjects/safe-origin/node_modules
existing directory /home/anton/RiderProjects/safe-origin/node_modules/react-dom
using description file: /home/anton/RiderProjects/safe-origin/node_modules/react-dom/package.json (relative path: .)
using description file: /home/anton/RiderProjects/safe-origin/node_modules/react-dom/package.json (relative path: ./client)
no extension
/home/anton/RiderProjects/safe-origin/node_modules/react-dom/client doesn't exist
.js
/home/anton/RiderProjects/safe-origin/node_modules/react-dom/client.js doesn't exist
.json
/home/anton/RiderProjects/safe-origin/node_modules/react-dom/client.json doesn't exist
.wasm
/home/anton/RiderProjects/safe-origin/node_modules/react-dom/client.wasm doesn't exist
as directory
/home/anton/RiderProjects/safe-origin/node_modules/react-dom/client doesn't exist
/home/anton/RiderProjects/node_modules doesn't exist or is not a directory
/home/anton/node_modules doesn't exist or is not a directory
/home/node_modules doesn't exist or is not a directory
/node_modules doesn't exist or is not a directory
@ ./src/Client/output/App.js 1:0-121 31:22-64
Description
Hi, I'm trying to build a safe stack project with pre-release versions of fable.* packages and I get this error:
Repro code
I have a repro project: https://github.com/brud/safe-stack-remoting-issue-repro
It also has an error in the server project, which I have already reported to Zaid.
Related information
The text was updated successfully, but these errors were encountered: