asazu taiga
asazu taiga
I ran into the same problem and came across https://stackoverflow.com/questions/72210974/microsoft-clarity-not-working-with-next-js-react-js-project. The cause is very simple, but a trap. `id="clarity"` breaks the library. Try to change it into `id="ms_clarity"` or whatever.
@smikitky こんにちは!react.devも正式ローンチされたので、翻訳のお手伝いしたいなと思ったのですが、何かアップデート/お手伝いできることはありますか?
Also works only adding `sr-only` class to `SheetHeader`. ```patch if (isMobile) { return ( ++++ ++++ Sidebar ++++ {children} ); } ```