Sem Stassen

Results 4 comments of Sem Stassen

I created my own custom wrapper for useLiveQuery that uses injected drizzle statements. The final hook actually ended up being quite simple! ``` js /** /* Hook /** import {...

@JanChodorowski The db is indeed from drizzle directly. However I do still expose the PG instance through the PGliteProvider. ```jsx export const pg = await PGliteWorker.create(new PGWorker(), { extensions: {...

@samwillis Thank you for the great advice! React strict mode seems to be the issue! I disabled it and now it works perfectly. (Besides HMR seeming to cause more of...

I ran into the same issue. Before upgrading to v5 `className` on `Animated` component would render the styles as expected. (Same as on a normal View). but now the styles...