react-focus-lock
react-focus-lock copied to clipboard
Update InFocusGuard to make children prop optional
trafficstars
The children property is optional in the InFocusGuard component. This updates the typescript interface so that it doesn't complain about children being required when we use <InFocusGuard />.