Artem F.

Results 6 comments of Artem F.

hi yall for some reason `suppressHydraitonWarning` isn't working for me.. ```tsx import { ThemeProvider } from "@/components/theme-provider";] export default function RootLayout({ children }: Readonly) { return ( {children} ); }...

@rafadlis thanks, but dynamic imports creating a new issue with a little flash bang on load, which is very annoying. Though, `suppressHydrationError` will not work in this case, because it...

> +1 it's happened today > > Update: It happens in [downloadConfig](https://github.com/tonkeeper/tongo/blob/master/liteapi/client.go#L1039) in calling GET on https://ton.org/global.config.json for some reason it returns 403 sometimes (suspiciously often when initializing client). >...

is the list of servers updated frequently? do you know, @mn13 ? I mean, is it safe to do this that way

> I don't know but I think not frequently. And it's in ENV it's easy to update without rebuild is it fast in your case? cause i have to wait...