rye
rye
This fixed my issue using svelte/vite ``` import Buffer from "buffer"; (window as any).global = globalThis; global.Buffer = Buffer.Buffer; ```
@mattrobenolt - This is specifically happening when reading the column in a View ``` CREATE TABLE `sample` ( `address` varchar(66) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, `chains` json NOT...
That is correct @mattrobenolt
Any updates here? @mattrobenolt Pretty blocked on upgrading
@ayrton pinned at 1.14 for the time being. Let me know if you need any other information.
@ayrton This is specifically happening when querying this column from a View. Let me know if you can't replicate and I will build a reproducible when I get a chance.
@ayrton It only happens when your view creates the JSON and you query the view. Will try and find time to make a reproducible.
Using v2 @jakobrosenberg Exactly like that, however, not getting pushed the navigation history and not actually navigating to that page. In your example the Modal only shows in the [key].svelte...
Can confirm withReplicas does not work but regular database returns it does