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
Check if updating to the latest Preact version resolves the issue
Background
We are developing a web component sdk using react-to-webcomponent. The sdk original use react & react-dom but we alias react using preact in our Vue application according to this doc.
Describe the bug
When aliasing react using the following alias in package.json
Module not found: Error: Package path ./client is not exported from package [my project path]/node_modules/react-dom (see exports field in [my project path]/node_modules/react-dom/package.json)
Background
We are developing a web component sdk using
react-to-webcomponent
. The sdk original use react & react-dom but we alias react using preact in our Vue application according to this doc.Describe the bug
When aliasing react using the following alias in
package.json
the error prompt out
it works when using the following alias
Seems compat in main repo has
client.js
exported but none in compat-alias-packageThe text was updated successfully, but these errors were encountered: