-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(tutorial): Adds more TS hints in the toturial #6115
Conversation
☁️ Nx Cloud ReportWe didn't find any information for the current pull request with the commit 538d052. Check the Nx Cloud Github Integration documentation for more information. Sent with 💌 from NxCloud. |
✅ Deploy Preview for redwoodjs-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dac09 made a few edits and have a few questions about making more changes to the RBAC section, but otherwise looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few more edits, and approved
…ac09/redwood into fix/user-scenarios-not-being-generated * 'fix/user-scenarios-not-being-generated' of github.com:dac09/redwood: Amend import order in auth templates according to ESLint rules introduced in v2.0 (redwoodjs#6059) docs(tutorial): Adds more TS hints in the toturial (redwoodjs#6115) Revert auth provider refactor (redwoodjs#6135)
…-types-on-setup-auth * 'main' of github.com:redwoodjs/redwood: (33 commits) fix(generators): Dont set tests=false in sdl generators by default (redwoodjs#6195) Harmonize optional chaining across all `hasRole` flavors & reduce duplication, avoiding errors on empty currentUser (redwoodjs#6159) Amend import order in auth templates according to ESLint rules introduced in v2.0 (redwoodjs#6059) docs(tutorial): Adds more TS hints in the toturial (redwoodjs#6115) Revert auth provider refactor (redwoodjs#6135) fix(deps): update docusaurus monorepo to v2.0.1 (redwoodjs#6176) fix(deps): update typescript-eslint monorepo to v5.33.0 (redwoodjs#6192) fix(deps): update dependency yargs-parser to v21.1.1 (redwoodjs#6191) fix(deps): update dependency fastify to v4.4.0 (redwoodjs#6190) fix(deps): update dependency @testing-library/user-event to v14.4.2 (redwoodjs#6189) chore(deps): update dependency @types/vscode to v1.70.0 (redwoodjs#6188) chore(deps): update dependency @types/prettier to v2.7.0 (redwoodjs#6187) fix(deps): update dependency systeminformation to v5.12.4 (redwoodjs#6186) chore(deps): update dependency @clerk/types to v2.21.0 (redwoodjs#6179) chore(deps): update dependency lerna to v5.4.0 (redwoodjs#6180) fix(deps): update prisma monorepo to v4.1.1 (redwoodjs#6181) chore(deps): update dependency @clerk/clerk-js to v3.17.0 (redwoodjs#6178) fix(deps): update storybook monorepo to v6.5.10 (redwoodjs#6177) fix(deps): update dependency @actions/core to v1.9.1 (redwoodjs#6175) chore(deps): update dependency magic-sdk to v9 (redwoodjs#6138) ...
People following the tutorial seem to be getting caught out quite a lot by the TS errors.
This adds some extra tips to help deal with the situation.
@jtoar feel free to edit the copy as you see fit!