Ash Connolly

Results 7 comments of Ash Connolly

Short term solution in _app.tsx: ``` const router = useRouter() useEffect(() => { document.activeElement instanceof HTMLElement && document.activeElement.blur() }, [router]) ``` To my knowledge this should't have any accessibility implications.

Would love if this got approved! 🙏

@gnapse can we please get this issue reopened as it doesn't appear to have been resolved. see here - https://github.com/testing-library/jest-dom/issues/322#issuecomment-988212751 PR kindly opened by @hughes-ch here - https://github.com/jsdom/jsdom/pull/3299

I'm getting the same exact issue. It only occurs when I change from `export default nextConfig` to `export default withLinaria(nextConfig)` the error doesn't occur using a different config wrapper like:...

Thanks @sualehasif! Oh is JetBrains Mono the default font when using Cursor? Sorry I didn't know that, I already had VSCode set to use JetBrains Mono, which Cursor imported over!...

Cool! FYI I update to Version: 0.10.3 and the issue is still present.

Hi @truell20! I do still use JB Mono as the font, it just isn't the font-weight that I prefer. Also I just updated to Version: 0.11.6 and the issue is...