@rollup/plugin-commonjs Cannot read properties of undefined (reading '_container') #1803
Unanswered
xiaoqianghaochi
asked this question in
Q&A
Replies: 2 comments 2 replies
|
@cbenz @rhengles @flipsasser @eventualbuddha Hi, could you help me with this problem? |
2 replies
|
Doesn't anyone care about this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TypeError: Cannot read properties of undefined (reading '_container')
at load (file:///Users/*/vite-ssr-test/node_modules/vite/dist/node/chunks/dep-Cyk9bIUq.js:49176:16)
Expected Behavior
SSR loads commonjs normally
Actual Behavior
TypeError: Cannot read properties of undefined (reading '_container')
at load (file:///Users/*/vite-ssr-test/node_modules/vite/dist/node/chunks/dep-Cyk9bIUq.js:49176:16)
Reason: This was lost after passing the method
Additional Information
All reactions