Build error: Cannot read properties of null (reading 'lang')
freedomlang opened this issue · 2 comments
freedomlang commented
After update to v15.11.0, i'm facing error: Cannot read properties of null (reading 'lang'). Everything is fine, if i downgrade to v15.10.2
canjianx commented
I met this also.
if (script || scriptSetup) {
const lang = script.lang || (scriptSetup && scriptSetup.lang)
script may be null.
haoqunjiang commented
Fixed in v15.11.1