-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export 'proxyWithHistory' (imported as 'ph') was not found in 'valtio-history' (module has no exports) #7
Comments
I wonder if this is similar to jotaijs/jotai-optics#14. |
can you also show how you are importing the package in the mapStore file? also is it possible for you to try updating your typescript version: from this is kind of a strange error as the exports are "standard" enough to be interpreted. im trying to see if the issue lies with typescript or turborepo specifically |
Additionally can you also state more environment info like node version as well
reading the error a bit more..its saying that the index file is not specifying the file extension of the utility currently our file has
can you try to manually update it in your node_modules folder to
let me know if that works. |
ive also found this related to the error https://webpack.js.org/configuration/module/#resolvefullyspecified please try to adjust this configuration and see if the error is resolved without manually adding the file extension |
version |
Thank you layton. this update solved the error 🕺 |
We are trying to add valtio-history to out project and we get the following error.
Out project is a monorepo using turborepo. the following is our package.json
From out research we have learned It seems to be an error regarding the webpack build.
The package is working on our other projects and empty projects.
The text was updated successfully, but these errors were encountered: