fix: polyfill-object.fromentries
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
// eslint-disable-next-line
|
||||
import React, { useRef } from 'react'
|
||||
import 'polyfill-object.fromentries'
|
||||
|
||||
export interface FormDataObject {
|
||||
[key: string]: FormDataEntryValue
|
||||
|
2
src/typings.d.ts
vendored
2
src/typings.d.ts
vendored
@ -16,3 +16,5 @@ declare module '*.svg' {
|
||||
export default svgUrl
|
||||
export { svgComponent as ReactComponent }
|
||||
}
|
||||
|
||||
declare module 'polyfill-object.fromentries'
|
||||
|
Reference in New Issue
Block a user