Troubleshooting

Errors

NoteProps is undefined

  • cause: a hook function isn't returning a valid {note} object. make sure your returning a dictionary instead of simply note
  • fix: inspect your hook function and make sure its returning a {note} object

hook X has missing script

  • cause: you defined a hook without a script
  • fix: create a script for your hook function in hooks/{script}.js