Skip to content

Commit fe7b0b2

Browse files
author
Dave Buchhofer
committed
min three version is 167
v167 is when Matrix2 shipped mrdoob/three.js#28923 I noticed while updating a local example build, but wanted to update in the smallest chunk required to test, updating to 166 per the peer deps results in the error below. ``` ✘ [ERROR] No matching export in "node_modules/three/build/three.module.js" for import "Matrix2" node_modules/3d-tiles-renderer/build/WMSCapabilitiesLoader-j6h8dwK_.js:3:434: 3 │ ...Triangle as Ht, Vector4 as Ue, Matrix4 as Q, Matrix3 as kn, Matrix2 as jn, WebGLRenderer as zn, WebGLRenderTarget as Ut, Shade... ╵ ```
1 parent b0d8d76 commit fe7b0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@react-three/fiber": "^8.17.9 || ^9.0.0",
113113
"react": "^18.3.1 || ^19.0.0",
114114
"react-dom": "^18.3.1 || ^19.0.0",
115-
"three": ">=0.166.0"
115+
"three": ">=0.167.0"
116116
},
117117
"peerDependenciesMeta": {
118118
"@react-three/fiber": {

0 commit comments

Comments
 (0)