Nader Ferjani
Nader Ferjani
Any updates?
you need to add `client:load`
Check the typography page, there is a table in there.
any official updates on this?
@jguddas This is exactly what I wanted, thank you!
@shadcn This happens even on the docs page 
I'm having the same issue here. Weird. However it works fine on a different browser.
@scottmuangsrichan Didn't work on my current instance of Chrome but it does work on Edge. I just added export ```const ErrorBoundary = ClerkErrorBoundary();``` to my ```root.tsx``` and everything is working...
Any updates?
> @Anurag147 did you try to search by regex with line breaks pattern? It works for me: > > ``` > const escapedFragment = searchFragment.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&'); > const regexPattern =...