Parameters are not passed to store 'create' function #30
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
index.js
le-store.js
Output
You pass values to your custom store like you did with
customProp
, which you can then access fromcreate()
viaoptions.customProp
.create()
only ever gets called with the one parameter.