clerk-cookie
released this
08 May 17:38
·
1149 commits
to main
since this release
Patch Changes
-
The following are all internal changes and not relevant to any end-user: (#3329) by @LauraBeatris
Create type interface for
TelemetryCollector
on@clerk/types
. This allows to assigntelemetry
on the main Clerk SDK object, while inheriting from the actualTelemetryCollector
implementation. -
Refactors internal logic to avoid reliance on
useEffect
. This resolves potential for race conditions as a result of functionality coupled to component renders. (#3320) by @tmilewski