fief-dev / fief-js

Fief client for JavaScript
https://docs.fief.dev/integrate/javascript/
MIT License
8 stars 2 forks source link

Fix for Fief provider missing children prop #1

Closed Pckool closed 1 year ago

Pckool commented 1 year ago

The React FiefAuthProvider did not have children included in its type definition. This throws an error in some environments.

frankie567 commented 1 year ago

Good catch, thanks 🙏