diff --git a/examples/package.json b/examples/package.json index bb6f43b1..c2ca328f 100755 --- a/examples/package.json +++ b/examples/package.json @@ -14,6 +14,7 @@ "postprocessing": "^6.22.0", "react": "^17.0.2", "react-dom": "^17.0.2", + "react-is": "^17.0.2", "react-router-dom": "^5.2.0", "styled-components": "^5.3.0", "three": "^0.134.0", diff --git a/examples/yarn.lock b/examples/yarn.lock index a3f20d1f..be9745eb 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -1162,6 +1162,11 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== +react-is@^17.0.2: + version "17.0.2" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" + integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== + react-merge-refs@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/react-merge-refs/-/react-merge-refs-1.1.0.tgz#73d88b892c6c68cbb7a66e0800faa374f4c38b06"