Type errors when following Authentication and Access guide from the docs. #9336
-
Hello! I'm following the guide for Authentication and Access and I'm getting the following type error: It comes from this code from the guide:
The project still runs. I'm new to TypeScript, so I'm not sure if this is something I can fix with a setting or if this is a documentation issue that needs to be addressed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Thanks for questioning this @indexofmetals! 💛 |
Beta Was this translation helpful? Give feedback.
The
session: Session
type should be optionalsession?: Session
.The documentation is in error here, and has been fixed in bf30044 ✔️.
Thanks for questioning this @indexofmetals! 💛