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
When using module bundlers like templates like create-creact-app and vite there appears to be a problem now importing our packages and finding references.
Goal
Create package bundles that support the browser first and node.js. 95% of the usage case will be on the client with the exception of server side rendered components (SSR) in Next.js
Packages should be be real time compiled from TypeScript to support Hot module reloading (HMR) when doing cross package development
The text was updated successfully, but these errors were encountered:
When using module bundlers like templates like
create-creact-app
andvite
there appears to be a problem now importing our packages and finding references.Goal
The text was updated successfully, but these errors were encountered: