Skip to content

Commit

Permalink
fix: added note about polyfills to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zurg committed May 13, 2021
1 parent 8fe33bd commit 8846709
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,8 @@ This library easily supports RTL languages by providing a `direction` prop. Thi
<div>اللوحة الرابعة</div>
</SplitPane>
</div>
```
```

# Note about Polyfills
* If you require IE11 support then you will need to add a pollyfill for `AbortController`
* 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 comments on commit 8846709

Please sign in to comment.