Importing local workspace React components into Vite project not working
On this project https://github.com/danm/deno-srp-base/tree/main/packages/web
I am trying to import a package called Articles, which is a React JSX component, into a package called Core, which is another React component, but the one which runs using Vite.
The repo uses workspaces, and the Articles package has the name
Any recommendations on how to this working? Thanks!
@srp/web-articles
. When i try to import it, React throws an error:
@srp/web-articles has the following in the deno.json
In Node, this just works, but struggling with using package names when they are importing local packages.Any recommendations on how to this working? Thanks!
GitHub
deno-srp-base/packages/web at main · danm/deno-srp-base
Single repository platform base template for T. Contribute to danm/deno-srp-base development by creating an account on GitHub.
2 Replies
line which errors https://github.com/danm/deno-srp-base/blob/main/packages/web/core/src/main.tsx#L6C1-L7C1
GitHub
deno-srp-base/packages/web/core/src/main.tsx at main · danm/deno-s...
Single repository platform base template for T. Contribute to danm/deno-srp-base development by creating an account on GitHub.
That sounds like an unexpected behaviour, which I'd classify as a bug. Can you file an issue for that over here https://github.com/denoland/deno/issues ?