Nuxt 3 Error TypeError: Cannot read properties of null (reading 'shapeFlag')
I encountered such an error when using Nuxt 3.8 :
TypeError: Cannot read properties of null (reading 'shapeFlag')
The error is a bit misleading to me, because I have defined a Dialog component which is also named Flag
. I used Flag
in two different pages, one of which was ok, but the other one threw out such an error. I tried to add ClientOnly
to Flag
, but the error was still there.
I thought that the issue is my UI library. I am using ElementUI Plus, and my Flag
component is indeed defined by wrapping ElDialog
. Adding ClientOnly
to ElDialog
or renamed the file name of Flag
to Flag.client.vue
couldn't solve the error. Finally, I was able to solve this problem by using another UI library, i.e. PrimeVue.
0 人喜欢
暂无评论,来发布第一条评论吧!