Open reedwane opened 1 week ago
Latest commit: f8a4b615ab84c4ed1ecc2ea5b2c3044a1d56b915
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Oh, a minor thing I forgot, we could also update Authenticated
component documentation and mention that params
can be passed to AuthProvider's check method.
Oh. Okay @BatuhanW. sadly I have to run now...
I'm not sure why the linting is throwing an error... I installed the biome extension, but can't get it to format the file for some reason.... is this something someone else can easily help with?
Thanks @BatuhanW. Apologies I couldn't continue since too. Have my hands quite tied presently
@reedwane no worries, we'll release it around December 5th. If we can't hear back from you until then, we can update documentation.
…component
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
The
Authenticated
component doesn't take extra params for the useIsAuthenticated hook to check the auth statusWhat is the new behavior?
The component now has
params
in the props which is then passed to the authenticated hook call, which already allows forparams: any
fixes (#6309)Notes for reviewers