williamcruzme / vue-gates

🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.

Home Page:https://williamcruzme.github.io/vue-gates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Cannot read properties of null (reading 'includes')

Dennise89 opened this issue · comments

So I am using this package (Vue.js app), but I get the following error:

TypeError: Cannot read properties of null (reading 'includes')
It seems that the roles property is null, but it should be an empy array.

Schermafbeelding 2022-03-08 om 10 05 16

Schermafbeelding 2022-03-08 om 10 05 31

i'm aslo getting the same error