Skip to content

Commit

Permalink
Fixed an issue with mounting a parcel when StrictMode is enabled (#206)
Browse files Browse the repository at this point in the history
* Fixed an issue with mounting a parcel when StrictMode is enabled

* Added changeset

* Run parcel test with and without strict mode enabled

* Properly setup the configuration of the react strict mode in th tests
  • Loading branch information
nickbosland authored Sep 14, 2024
1 parent 6c80e56 commit 986149d
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 202 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-gifts-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"single-spa-react": patch
---

Fixed an issue with mounting a parcel when StrictMode is enabled
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.1.1",
"@testing-library/react": "^14.2.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"auto": "^10.37.6",
Expand Down
Loading

0 comments on commit 986149d

Please sign in to comment.