Alexey
Alexey
hi @D3Portillo, thanks for your help! I tried the snippet above and have the following behaviour: set mac theme to dark, open private tab and open my site -> it...
Updated to beta versions today, but don't see any changes regarding dark mode. Works the same way.
My bad, that was alpha. works fine on beta
Though I still don't understand why if select a scheme different from system's, colors for some custom elements defined in css are not switched. ``` @media (prefers-color-scheme: dark) { .tag...
``` Error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering. ``` @B2o5T hey, should this...
@B2o5T unfortunately I haven't pushed these changes, still working on them. but can provide the following details: _app.js file ```js import 'nextra-theme-docs/style.css' import '../public/style.css' import { usePanelbear } from '@panelbear/panelbear-nextjs'...
@B2o5T just tried, no difference. what I've mentioned is: I have some span elements in mdx files. code is like: ```html macOSfree ``` if I remove these divs from an...
I suck at front-end dev, but guess I've fixed that by moving this span to a component
@B2o5T hm, then I don't have any good ideas. probably you could clone https://github.com/chilikasha/tinytools and paste this `` in any `.mdx` page and see if it's reproducible. (try refreshing pages,...
same happens in v.3 and even if I set: ``` restart: false, keepBrowserState: false ```