-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
π Description
In this documentation of react tutorial (https://appwrite.io/docs/tutorials/react/step-7)
This specific part of code (line no 37) the id used is wrong way
<button
type="button"
onClick={() =>
ideas.add({ userId: user.current.id, title, description })
}
It should be like
userId: user.current.$id
π Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
