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
This is the error im getting in my client when trying to use the validator
Cannot read property 'map' of null
at Object.<anonymous> (/home/vagrant/Code/yeller-chat/node_modules/feathers-validate-hook/lib/validate/index.js:25:34)
The text was updated successfully, but these errors were encountered:
My
user/hooks/index.js
file looks like thisconst validateHook = require('feathers-validate-hook')
This is the error im getting in my client when trying to use the validator
The text was updated successfully, but these errors were encountered: