Skip to content

Commit 3b65b69

Browse files
committed
Fix: usage with react 19
1 parent 4786fe5 commit 3b65b69

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Changelog
22

3+
# v3.2.6 [2025-03-18]
4+
5+
## Patch Release
6+
7+
### Fixes
8+
- Fixed usage with React 19
9+
310
# v3.2.5 [2025-03-11]
411

512
## Patch Release

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"uuid": "9.0.0"
7979
},
8080
"peerDependencies": {
81-
"react": "^18.0.0",
82-
"react-dom": "^18.0.0"
81+
"react": ">=18.0.0",
82+
"react-dom": ">=18.0.0"
8383
},
8484
"devDependencies": {
8585
"@commitlint/cli": "17.4.2",
@@ -126,4 +126,4 @@
126126
"patchedDependencies": {
127127
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)