@rollup/plugin-commonjs Cannot read properties of undefined (reading '_container') #1803
Unanswered
xiaoqianghaochi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@cbenz @rhengles @flipsasser @eventualbuddha Hi, could you help me with this problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions