Pete
Pete
> @virtuoushub - I built the simplest RW app, changed web/package.json to use > > ``` > "react": "18.2.0", > "react-dom": "18.2.0" > ``` > > and added the minimal...
> > > > Oh ya thank you sorry for not finishing this, life is hitting like a truck right now. I really wish I got this done with more...
I am running into this issue. Any insights into what was happening?
Hi @Arcnor , like @big-guy, I am wondering if you have any code for the Gradle build I can take a look at.
I did a quick dive into the code for this, and it seems like without modifying the existing code, response headers are being left off: https://github.com/octokit/graphql.js/blob/b54bea050351d1363304176f296451cae3c6011f/src/graphql.ts#L86 Not sure about it...
@jtoar ``` ... src/pages/ProfilePage/ProfilePage.tsx(31,21): error TS2322: Type 'unknown' is not assignable to type 'ReactNode'. ... ``` https://github.com/redwoodjs/redwood/actions/runs/3942582022/jobs/6746415523#step:24:82 how do I quickly repro/fix this? I think it has to do with...
> @jtoar > > ``` > ... > src/pages/ProfilePage/ProfilePage.tsx(31,21): error TS2322: Type 'unknown' is not assignable to type 'ReactNode'. > ... > ``` > > https://github.com/redwoodjs/redwood/actions/runs/3942582022/jobs/6746415523#step:24:82 > > how do...
> @virtuoushub any thoughts about this one? not at this time. @keeganthomp is there a reproduction repo I am able to take a look at?
> @virtuoushub @thedavidprice > > Here is a simple repo illustrating the issue. If you have any issues with it, let me know. > > https://github.com/keeganthomp/redwood-storybook-issue > > You should...
Was able to reproduce the observed screenshots using the repo, thanks @keeganthomp ! One question I have is: > If we utilize the "Fragment Query" testQuery, the log of the...