feat: remove polyfill-object.fromentries dependency

BREAKING CHANGE: You must support `Object.fromEntries`
This commit is contained in:
divlo
2021-06-17 19:27:37 +02:00
parent c90742b200
commit fd166db46c
3 changed files with 0 additions and 17 deletions

View File

@ -1,5 +1,4 @@
import React, { useRef } from 'react'
import 'polyfill-object.fromentries'
export interface FormDataObject {
[key: string]: FormDataEntryValue