clerk-cookie
released this
23 May 15:19
·
916 commits
to main
since this release
Patch Changes
-
Add a custom logger to allow logging a message or warning to the console once per session, in order to avoid consecutive identical logs due to component rerenders. (#3383) by @desiprisg
-
With the next major release, NextJS@15 will depend on
react
andreact-dom
v19, which is still in beta. We are updating our peer dependencies accordingly in order to acceptreact
andreact-dom
@19.0.0-beta
(#3428) by @nikosdouvlis