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
I encountered three problems while using import-map in the Vue REPL:
Error with Node Modules:
When using import-map with node_modules, I receive the following error:
Missing ref owner context. 'ref' cannot be used on hoisted VNodes. A VNode with 'ref' must be created inside the render function.
at <ElInput modelValue="Hello World!" onUpdate:modelValue=fn>
at <Repl>
Steps to Reproduce: Check lines 34-35 in src/template/welcome.vue.
Rendering Failure with CDN Link:
When using import-map with a CDN link, the rendering fails. Steps to Reproduce: Check lines 37-38 in src/template/welcome.vue.
Potential Listener Leak:
I encountered an error indicating a potential listener leak:
Uncaught Error: [001] potential listener LEAK detected, having 200 listeners already. MOST frequent listener (1):
Error
at Stacktrace.create (MonacoEditor-CSdcTlIW.js?v=05f73935:2666:21)
at LanguageSelection._event [as _onDidChangeLanguages] (MonacoEditor-CSdcTlIW.js?v=05f73935:2779:46)
at get onDidChange (MonacoEditor-CSdcTlIW.js?v=05f73935:165517:35)
...
I understand that these could potentially be due to my own misuse, but I wanted to share my findings in case they are actual bugs.
The text was updated successfully, but these errors were encountered:
Orange-001
changed the title
Bug: Encountering Node Modules and CDN Rendering Issues When Using import-map in Vue REPL
[Bug]: Missing ref owner context, cdn link rendering failure, and potential listener leak.
Nov 4, 2024
I encountered three problems while using import-map in the Vue REPL:
Error with Node Modules:
When using import-map with node_modules, I receive the following error:
Steps to Reproduce: Check lines 34-35 in
src/template/welcome.vue
.Rendering Failure with CDN Link:
When using import-map with a CDN link, the rendering fails.
Steps to Reproduce: Check lines 37-38 in
src/template/welcome.vue
.Potential Listener Leak:
I encountered an error indicating a potential listener leak:
Steps to Reproduce: https://github.com/Orange-001/repl-test.git
I understand that these could potentially be due to my own misuse, but I wanted to share my findings in case they are actual bugs.
The text was updated successfully, but these errors were encountered: