fix(runtime): add multi-app support for global var __NUXT__ - #858
fix(runtime): add multi-app support for global var __NUXT__#858nicolaspayot wants to merge 7 commits into
__NUXT__#858Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
__NUXT____NUXT__
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThe change adds multi-app Nuxt runtime state handling through Estimated code review effort: 3 (Moderate) | ~20 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
resolves #1521
This PR adds multi-app support for global variable
win.__NUXT__.These changes are related to the multi-app issue in nuxt: nuxt/nuxt#21635 and required for the following draft PR: nuxt/nuxt#27263.