Peter Agar

Results 2 issues of Peter Agar

# 🐛 Bug Report Using `className` on `OverlayProvider` results in TypeScript errors. `ModalProviderProps` extends `DOMAttributes` which doesn't include `className`. ## 🤔 Expected Behavior `OverlayProvider` should allow `className`. ## 😯 Current...

typescript

Components that do not accept a `children` prop, or declare `children` as another type such as a function can declare their type with `React.VoidFunctionComponent`, or with the shorthand alias `React.VFC`....