Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions src/components/FaqPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ import { yupResolver } from '@hookform/resolvers/dist/ie11/yup';`}
</p>

<p>
The following polyfills are necessary, and feel free to let us know
or update the doc to reflect other missing polyfills
The following polyfills are necessary. Feel free to let us know or
update the doc to reflect other missing polyfills.
</p>

<ul>
Expand All @@ -259,6 +259,21 @@ import { yupResolver } from '@hookform/resolvers/dist/ie11/yup';`}
<code>Object.entries</code>
</p>
</li>
<li>
<p>
<code>Array.find</code>
</p>
</li>
<li>
<p>
<code>Array.includes</code>
</p>
</li>
<li>
<p>
<code>String.startsWith</code>
</p>
</li>
</ul>

<hr />
Expand Down