Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vue warn]: Error in render: "TypeError: Cannot read property 'map' of null" #323

Closed
Decipher opened this issue Oct 9, 2021 · 0 comments · Fixed by #325
Closed

[Vue warn]: Error in render: "TypeError: Cannot read property 'map' of null" #323

Decipher opened this issue Oct 9, 2021 · 0 comments · Fixed by #325
Labels
bug Something isn't working module: menu Related to the `druxt-menu` module

Comments

@Decipher
Copy link
Member

Decipher commented Oct 9, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://gitpod.io/#github.com/Decipher/quickstart-druxt-site/tree/issue/menu_map_bug
  2. Wait
  3. See error

Expected behavior
Don't error.

Media
image

Your Environment (please complete the following information):
N/A

Additional context

default: (attrs) => this.items.map((item) => h('DruxtMenuItem', {
attrs,
key: item.entity.id,
props: {
item,
},
})),
}
},

@Decipher Decipher added bug Something isn't working module: menu Related to the `druxt-menu` module labels Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module: menu Related to the `druxt-menu` module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant