Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 08 May 17:38
· 1149 commits to main since this release
bb6a13f

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 assign telemetry on the main Clerk SDK object, while inheriting from the actual TelemetryCollector 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

  • Typo fixes in README (#3335) by @LekoArts