We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd84439 commit 2750fb4Copy full SHA for 2750fb4
2 files changed
packages/react-resizable-panels/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 3.0.2
4
+
5
+- Fallback for type of `HTMLElement` to better support portal edge cases
6
7
# 3.0.1
8
9
- [#479](https://github.com/bvaughn/react-resizable-panels/pull/479): Improve support for Cloudflare Workers and Vercel Functions
packages/react-resizable-panels/package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
- "version": "3.0.1",
+ "version": "3.0.2",
"type": "module",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
0 commit comments