-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
client:vueIssues relating to the Vue client SDKIssues relating to the Vue client SDK
Description
Describe the bug
I copied the official example, modified the versions of @cubejs-client/vue and @cubejs-client/core to the latest, and then the following error occurred:
TypeError: Cannot read properties of undefined (reading 'meta')
To Reproduce
Steps to reproduce the behavior:
- Go to https://codesandbox.io/p/sandbox/vue-js-query-builder-with-vue-js-forked-mg5gry
- Open the Browser console
- See error
Expected behavior
No error
Screenshots
Minimally reproducible Cube Schema
Version:
"@cubejs-client/core": "^1.3.52",
"@cubejs-client/vue": "^1.3.52",
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
client:vueIssues relating to the Vue client SDKIssues relating to the Vue client SDK