James
James
Is it possible to add our own keyword overrides, so something like `@now` could function the same as `@time:now`?: https://user-images.githubusercontent.com/20052710/164749025-613a4bc3-93af-4629-b220-f5d9f9726842.mp4
Would be incredible to pass a variable that scrolls the page as it captures, so you can capture websites with scrolling interactions, such as https://www.joinviolet.com/ or https://axios-cognite.webflow.io/.
I'm having some trouble debugging why I'm seeing a flash of no theme on [oldfriends.studio](https://oldfriends.studio). I see this only in production. Here's a video of the issue: https://github.com/pacocoursey/next-themes/assets/20052710/621cb506-90dd-4d32-942c-6c82ca16d48d You can...
#### Description Seems like certain Notion blocks are causing a hydration issue, ~~but I can't (yet) tell which one(s)~~. Update: it seems to be the Code block and Collection blocks....
I'll add more details when I have the chance, but incase anyone stumbles across this in the meantime: I was using measure in my Next.js 13.4.x site with app router...
My collection has a field named Summary:  The API is returning the field as 'description-3':  `summary`...
App dir
Now that app dir is out of beta, are there any plans to update this template? Thanks!
### Update 5/26/23: I recreated the issue here: https://w7hjcz-3000.csb.app/about, here's the [CodeSandbox](https://codesandbox.io/p/sandbox/layout-scroll-root-w7hjcz?file=%2Fapp%2Fabout%2Fpage.tsx%3A14%2C2). It turns out that the issue was using `` and variants on the shared layout element, not layoutScroll...