-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failed to resolve entry for package "react-model-view-viewmodel". #14
Comments
Hi, thanks for reaching out! I'll have to check, so far I haven't encountered any issues but I'm most likely missing something 🤔 What setup/tooling are you using? |
I'm using a basic out of the box setup using vite. Thanks! |
I managed to reproduce the issue even with basic webpack setup. On other setups I also have TypeScript configured which may explain why it works on CodeSandbox. On further investigation it seems to be related to the I'll be publishing a fix shortly, just need to run a few more tests. |
awesome thanks! No rush, but appreciate the help. Excited to dive into this, your docs look great for getting people started with it. |
Yep, with version 3 I've added a lot more documentation and managed to generate it using typedoc. Everything that is in the API docs is picked from source code and JSdoc comments. There are other goodies with this version that makes it an overall improvement compared to the previous one. I've published version If anything comes up, please let me know! Happy coding! |
rad, seems to work, appreciate it! |
Hello!
I'm getting the following error when trying to replicate your examples here: https://codesandbox.io/examples/package/react-model-view-viewmodel
Any ideas?
From Package.json:
Thanks!
The text was updated successfully, but these errors were encountered: