1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 12:14:14 +02:00

Improve compatibility for browsers that do not support ResizeObserver or :where selector (#5265)

* Add fallback for default styles when `:where` selector is not supported

* Add polyfill for ResizeObserver

* Add changeset
This commit is contained in:
Kyle McLean
2023-01-30 16:37:03 -07:00
committed by GitHub
parent 2ab56c32af
commit 3cf51f4d88
6 changed files with 48 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Improve compatibility for browsers that do not support ResizeObserver or :where selector