Subscribe on changes!

server render error: TypeError: Cannot create property '__props' on string 'xxx'

avatar
Dec 9th 2020

Version

3.0.4

Reproduction link

https://github.com/Maorey/Blog

Steps to reproduce

yarn build

What is expected?

build success

What is actually happening?

build error


https://github.com/vuejs/vue-next/blob/18897c4a595affe893b9c0459f76f7d01fb07e37/packages/runtime-core/src/componentProps.ts#L381

球球你了

avatar
Feb 11th 2021

The same issue is happening with latex markdown plugins for vitepress.

See: https://github.com/vuejs/vitepress/issues/229

avatar
Feb 11th 2021

For others running into the same issues when using markdown with latex: it appears that the original poster found a workaround per the above linked blog

avatar
Jun 2nd 2021

可能是引入了无法解析的html标签,我使用vite时遇到了相同的错误,我替换了标签后不再报错了。