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 8fe33bd commit 8846709Copy full SHA for 8846709
docs/README.md
@@ -173,4 +173,8 @@ This library easily supports RTL languages by providing a `direction` prop. Thi
173
<div>اللوحة الرابعة</div>
174
</SplitPane>
175
</div>
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