Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Create not-working example with lazy + suspense #410

Merged
merged 4 commits into from
Sep 11, 2020

Conversation

dmtrKovalenko
Copy link
Contributor

@dmtrKovalenko dmtrKovalenko commented Sep 10, 2020

This PR fixes the previous error with lazy-loaded components (closes #136) but appears that we have a new more complex error. Lazy loaded chunks that are created during webpack compilation are not accessible from the spec. It redirects to some other js files (with 304) that contains an error message.

Copy link
Contributor

@bahmutov bahmutov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good, but link it somewhere to the root README under advanced examples, ok. Then you can merge it

@dmtrKovalenko dmtrKovalenko merged commit 388dd55 into main Sep 11, 2020
@dmtrKovalenko dmtrKovalenko deleted the chore/suspense-example branch September 11, 2020 12:26
@bahmutov
Copy link
Contributor

🎉 This PR is included in version 4.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

dmtrKovalenko added a commit to cypress-io/cypress that referenced this pull request Oct 1, 2020
…eact-unit-test#410)

* Create not-working example with lazy + suspense

* Remove console.log

* Add Readme description
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic import keyword is not working (in this repo)
2 participants