We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.2
vite-project
add console.log('----------------')
console.log('----------------')
TypeError: Cannot read property 'cloneNode' of null
remove console.log('----------------')
TypeError: Cannot read property 'nextSibling' of null
no TypeError
TypeError
App.vue
<script lang="ts"> import { defineComponent } from 'vue' import HelloWorld from './components/HelloWorld.vue' console.log('----------------') export default defineComponent({ name: 'App', components: { HelloWorld, }, }) </script>
The text was updated successfully, but these errors were encountered:
fix(runtime-dom): fix static node content caching edge cases
ba89ca9
reverts fded1e8 fix #4023, #4031, #4037
fixed via ba89ca9
Sorry, something went wrong.
No branches or pull requests
Version
3.1.2
Reproduction link
vite-project
Steps to reproduce
add
console.log('----------------')
remove
console.log('----------------')
What is expected?
no TypeError
What is actually happening?
TypeError
App.vue
The text was updated successfully, but these errors were encountered: