Skip to content
New issue

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

fix(runtime-dom): Fixed a runtime error when the element node's style binding array was not compiled as 'createStaticVNode'. #5889

Closed

Conversation

baiwusanyu-c
Copy link
Member

@baiwusanyu-c baiwusanyu-c commented May 10, 2022

fix(runtime-dom): Fixed a runtime error when the element node's style binding array was not compiled as 'createStaticVNode'. (fix #5106)

… binding array was not compiled as 'createStaticVNode'. (fix vuejs#5107)
@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for vue-next-template-explorer ready!

Name Link
🔨 Latest commit 8c1e3fa
🔍 Latest deploy log https://app.netlify.com/sites/vue-next-template-explorer/deploys/627a78fa8ae52e000891b5d2
😎 Deploy Preview https://deploy-preview-5889--vue-next-template-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for vuejs-coverage ready!

Name Link
🔨 Latest commit 8c1e3fa
🔍 Latest deploy log https://app.netlify.com/sites/vuejs-coverage/deploys/627a78fadb47ff000865309b
😎 Deploy Preview https://deploy-preview-5889--vuejs-coverage.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented May 10, 2022

Deploy Preview for vue-sfc-playground ready!

Name Link
🔨 Latest commit 8c1e3fa
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/627a78fa7e3c620009afe05c
😎 Deploy Preview https://deploy-preview-5889--vue-sfc-playground.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@baiwusanyu-c baiwusanyu-c changed the title fix(runtime-dom): Fixed a runtime error when the element node's style… fix(runtime-dom): Fixed a runtime error when the element node's style binding array was not compiled as 'createStaticVNode'. May 10, 2022
…'s style binding array was not compiled as 'createStaticVNode'. (fix vuejs#5106)"
…'s style binding array was not compiled as 'createStaticVNode'. (fix vuejs#5106)"
@baiwusanyu-c baiwusanyu-c deleted the fix/bwsy/runtime-dom/style branch July 1, 2022 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using arrays in style can cause errors in some cases
1 participant