styled-components / vue-styled-components

Visual primitives for the component age. A simple port for Vue of styled-components 💅
MIT License
1.38k stars 99 forks source link

Uncaught TypeError: createElement is not a function #141

Closed clark-john closed 2 years ago

clark-john commented 2 years ago

I was trying to register my component and use it, but this error occurred in vue-styled-components.es.js:2969. What do y'all think is the cause of this error? Or it is just a bug?

vavellar commented 2 years ago

this official library does not support vue 3. use this one instead https://github.com/UX-and-I/vue3-styled-components

clark-john commented 2 years ago

thanks for your response.