Skip to content

Commit 8846709

Browse files
committed
fix: added note about polyfills to the docs
1 parent 8fe33bd commit 8846709

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,8 @@ This library easily supports RTL languages by providing a `direction` prop. Thi
173173
<div>اللوحة الرابعة</div>
174174
</SplitPane>
175175
</div>
176-
```
176+
```
177+
178+
# Note about Polyfills
179+
* If you require IE11 support then you will need to add a pollyfill for `AbortController`
180+
* If you are using the ionic framework then you will need a polyfill for `resize-observer-polyfill` otherwise the pane size calculation will not work.

0 commit comments

Comments
 (0)