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
<pre>
<!-- <code class="javascript" v-hljs>const a = 100;</code> -->
<code class="javascript">const a = 100;</code>
</pre>
run yarn build
run http-server ./dist
visit the page
error happens now.
What is expected?
It should wokr with the same as
<pre>
<code class="javascript">const a = 100;</code>
</pre>
What is actually happening?
runtime-core.esm-bundler.js?5c40:2020 Uncaught TypeError: Cannot read property 'el' of undefined
at cloneIfMounted (runtime-core.esm-bundler.js?5c40:2020)
at mountChildren (runtime-core.esm-bundler.js?5c40:4178)
at mountElement (runtime-core.esm-bundler.js?5c40:4103)
at processElement (runtime-core.esm-bundler.js?5c40:4075)
at patch (runtime-core.esm-bundler.js?5c40:3988)
at mountChildren (runtime-core.esm-bundler.js?5c40:4180)
at mountElement (runtime-core.esm-bundler.js?5c40:4103)
at processElement (runtime-core.esm-bundler.js?5c40:4075)
at patch (runtime-core.esm-bundler.js?5c40:3988)
at componentEffect (runtime-core.esm-bundler.js?5c40:4493)
The text was updated successfully, but these errors were encountered:
posva
changed the title
runtime-core.esm-bundler.js throws "Cannot read property 'el' of undefined" !!
Error "Cannot read property 'el' of undefined" in production mode
Sep 23, 2020
Version
3.0.0
Reproduction link
https://github.com/chenhaihong/vue-next-runtime-core-error
Steps to reproduce
What is expected?
It should wokr with the same as
What is actually happening?
runtime-core.esm-bundler.js?5c40:2020 Uncaught TypeError: Cannot read property 'el' of undefined
at cloneIfMounted (runtime-core.esm-bundler.js?5c40:2020)
at mountChildren (runtime-core.esm-bundler.js?5c40:4178)
at mountElement (runtime-core.esm-bundler.js?5c40:4103)
at processElement (runtime-core.esm-bundler.js?5c40:4075)
at patch (runtime-core.esm-bundler.js?5c40:3988)
at mountChildren (runtime-core.esm-bundler.js?5c40:4180)
at mountElement (runtime-core.esm-bundler.js?5c40:4103)
at processElement (runtime-core.esm-bundler.js?5c40:4075)
at patch (runtime-core.esm-bundler.js?5c40:3988)
at componentEffect (runtime-core.esm-bundler.js?5c40:4493)
The text was updated successfully, but these errors were encountered: