Sam Grund

Results 5 comments of Sam Grund

hm, not possible to fix here? I only ask because while you have responded right away (thanks!), the vercel team hasn't taken a look at that issue for 5 months...

yea, seems like that could be the case. how to avoid even accessing the `process` variable tho... would dataloader have to somehow check what environment it's in? or do a...

if you need `onMomentumScrollEnd` I found that using `onScroll` + a debounce handler (like [this one](https://github.com/xnimorz/use-debounce)) gave me behavior i wanted 👍

I am seeing this happening with both versions 3.10.0 and 3.7.0 :( cc @francoismassart

`dark:` selector should work for you, problem is I was using the `important: html` option in my tailwind config which was messing with some inheritance stuff see: https://github.com/tailwindlabs/tailwindcss/issues/3842#issuecomment-810362604 for most...