Bobby Piper
Bobby Piper
For anyone else having this issue, as a stop gap I created a global scope to exclude ROWID column types from queries (where columns were not specified)
@vampiregrey fantastic stuff! didn't know that global functioned like that. Only problem I have now is I cannot use `route()` directly in my react files; errors with: ```TypeError: Cannot read...
I've altered my apprach here slightly; the setup method within my `ssr.js` file now looks like this: ```js setup: ({ App, props }) => { global.ziggyConfig = { ...props.initialPage.props.ziggy, location:...
This is awesome! I hope it gets merged soon!
@lepikhinb any chance of getting this merged? @PatrickRose has solved an ongoing problem for our team - this minor PR mitigates noisy diffs for our services.
Would be ideal for access to Sentry's MCP https://docs.sentry.io/product/sentry-mcp/