Steve Steinitz

Results 7 comments of Steve Steinitz

I can't claim to fully grasp local JSX modules nor how they relate to Typescript but I love the Crank project and so wanted to help “unstuck” this issue. Is...

Thanks for double checking your build and for your yarn idea. Using npm and gatsby-cli instead of yarn worked. Here's what happened: `npm start` failed similarly to `yarn start` **But**...

> Yet, on the other side, the count of stargazers who have starred the repository isn’t updated because it cannot be retrieved from GitHub’s API. appears on page number 127...

I also had problems with the .env bearer token int this project. Hard-coding the token in the App.js works around the issue. Oddly, I had no problems with the .env...

Follow up I was able to use the undefined data value to return an error component which showed 'Missing Token' - helpful in debugging. To fix the .env issue I...

Thanks for your reply @cleverbeagle I was able to solve the build and runtime issues - the app works again. I haven't yet replaced the `Mutation` component with `useMutation` but...

Hi, I'm one of the students of Patrick Collins' excellent Foundry course on youtube and Cyfrin. Some of us have been having a problem with `cast send` and `cast call`...