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

Build error: Cannot read properties of null (reading 'lang') #2059

Closed
freedomlang opened this issue Oct 18, 2023 · 2 comments
Closed

Build error: Cannot read properties of null (reading 'lang') #2059

freedomlang opened this issue Oct 18, 2023 · 2 comments

Comments

@freedomlang
Copy link

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
Copy link

canjianx commented Oct 18, 2023

I met this also.

if (script || scriptSetup) {
    const lang = script.lang || (scriptSetup && scriptSetup.lang)

script may be null.

@sodatea
Copy link
Member

sodatea commented Oct 18, 2023

Fixed in v15.11.1

@sodatea sodatea closed this as completed Oct 18, 2023
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

No branches or pull requests

3 participants