Mark Francis
Mark Francis
As a workaround for this, I used `[{}]` as the data instead of `[]` ```js const headers = ['header1', 'header2', 'header3']; const config = { columns: headers, }; let headers...
For anyone reading this who's looking for a workaround until a fix is merged, you can add the following to your `__root.tsx` to enable HMR in Tanstack Start: ```ts export...
Some feedback from an SST newbie in case it's helpful! **TL;DR** - could we get please some example `authorizer` code in the SST AWS Auth component's docs that explains how...
@jayair I totally understand, it's still in beta after all! Just to be clear - I'm just providing feedback in the hopes of it being useful, it's not at all...