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

Commit 6eec891

Browse files
committed
add note about React.lazy limitation
1 parent 61943f4 commit 6eec891

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,13 @@ For a larger Do-It-Yourself example with an hour long list of explanation videos
358358

359359
## Common problems
360360

361+
<details id="lazy">
362+
<summary>React.lazy does not work</summary>
363+
364+
Cypress only servers a single bundle and does not (yet) provide additional bundling. There are several skipped tests in this repo showing the problem. Track [#524](https://github.com/bahmutov/cypress-react-unit-test/issues/524) for future work.
365+
366+
</details>
367+
361368
<details id="node-sass">
362369
<summary>Node Sass</summary>
363370

0 commit comments

Comments
 (0)