File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @clerk/remix " : minor
3+ ---
4+
5+ Add deprecation warning for maintenance mode. Please use ` @clerk/react-router ` package instead.
6+
7+ Migration guide: https://reactrouter.com/upgrading/remix
8+ React Router SDK: https://clerk.com/docs/quickstarts/react-router
Original file line number Diff line number Diff line change 11import './globalPolyfill' ;
22
3+ import { logger } from '@clerk/shared/logger' ;
4+
5+ logger . warnOnce ( `
6+ Clerk - DEPRECATION WARNING: @clerk/remix is now in maintenance mode.
7+
8+ @clerk/remix will only receive security updates. No new features will be added.
9+
10+ Please migrate to @clerk/react-router for continued development and new features:
11+
12+ Migration guide: https://reactrouter.com/upgrading/remix
13+ React Router SDK: https://clerk.com/docs/quickstarts/react-router
14+ ` ) ;
15+
316export * from './client' ;
417
518// Override Clerk React error thrower to show that errors come from @clerk /remix
You can’t perform that action at this time.
0 commit comments