chore(docs): add clarification that state.tr is an accessor #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the past, I had issues for a while trying to figure out why I couldn't use
state.trdirectly, and had to reassign it. I think the most legible would bestate.tr()orstate.createTransaction()where it would be expected to be a different memory reference each time, but adding a little more detail in the comment should help others.