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
Yes - just to clarify, WMR has some CommonJS support, but packages published by the React team use a complex CommonJS setup that is very difficult (and in some cases impossible) to handle on-the-fly.
Describe the bug
After compiling, at the top of
@npm/prop-types
, there'rethe original
prop-types.js
file is:Then,
'./@npm/object-assign'
is/@npm/@npm/object-assign
, which is incorrect path.object-assign
required byprop-types
required byreact-helmet-async
To Reproduce
yarn create wmr & yarn add react-helmet-async
index.js
Does anybody know how to fix this path?
The text was updated successfully, but these errors were encountered: