@react-three/drei 8.16.1 → 8.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -366,7 +366,7 @@ Semi-OrbitControls with spring-physics, polar zoom and snap-back, for presentati
366
366
  rotation={[0, 0, 0]} // Default rotation
367
367
  polar={[0, Math.PI / 2]} // Vertical limits
368
368
  azimuth={[-Infinity, Infinity]} // Horizontal limits
369
- config = { mass: 1, tension: 170, friction: 26 } // Spring config
369
+ config={{ mass: 1, tension: 170, friction: 26 }} // Spring config
370
370
  >
371
371
  <mesh />
372
372
  </PresentationControls>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/drei",
3
- "version": "8.16.1",
3
+ "version": "8.16.2",
4
4
  "private": false,
5
5
  "description": "useful add-ons for react-three-fiber",
6
6
  "keywords": [