You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I found two minor bugs with the 4.7.2 Tutorial Page.
In the Handling Relationships section, the "diff" references the existing users line, not the new posts line as expected.
In the Adding a Login Page section, I think that the first code line should include the type of the const authProvider. IntelliJ WebStorm (and npm start) is flagging the pasted code as not declaring any types for TypeScript.
I think I found two minor bugs with the 4.7.2 Tutorial Page.
In the Handling Relationships section, the "diff" references the existing
users
line, not the newposts
line as expected.In the Adding a Login Page section, I think that the first code line should include the type of the
const authProvider
. IntelliJ WebStorm (andnpm start
) is flagging the pasted code as not declaring any types for TypeScript.Steps to reproduce:
Environment
Browsing the 4.7.2 Tutorial on Chrome, using the 4.7.2 code in latest IntelliJ WebStorm EAP 231.4840.391.
React and TypeScript are not my strong subjects (yet!), sorry if I missed anything.
The text was updated successfully, but these errors were encountered: