Skip to content

Cannot distinguish between two modules with same relative name #5

@tomkelsey

Description

@tomkelsey

Expected Behavior

In folder1:
import('./Content')

In folder2:
import('./Content')

The two Content components are different so should be seen as separate files despite having the same relative name.

Current Behavior

The two Content components are seen as the same.

Possible Solution

Someone created a PR on react-loadable with a suggestion for a fix: jamiebuilds/react-loadable#111

Steps to Reproduce

As above under Expected Behaviour

Other Comments

Thanks for the quick resolution of my other issue - apologies for creating another so soon after!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions