Skip to content

sfc playground - "can't access property "propertyname", __import_1__ is undefined #4067

@lidlanca

Description

@lidlanca

Version

3.1.4

Reproduction link

sfc-playground

Steps to reproduce

import a JS file in both the app and a child component.
in the app, import the js file before importing the child component.

changing the order of import in the parent. (component first, and js file after)
will work.

What is expected?

import of js file in parent and child should not result in an error based on the order of imports.

What is actually happening?

an error at the parent component.
"can't access property "propertyname", import_1 is undefined

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions