Everything is fine except that, when I navigate to explore page I get this error:
SyntaxError: The requested module '/node_modules/.vite/deps/@cubejs-client_react.js?v=367a0cec' does not provide an export named 'isQueryPresent' (at ExplorePage.tsx:8:10)
I'm importing the function as usual:
and then using it in the Add to dashboard button:
disabled={!isQueryPresent(finalVizState.query || {})}
VSCode is not giving any error, and I can see the exported method, so I don't know what's happening, any ideas?
Hi, I'm following the steps of this guide: https://cube.dev/blog/react-dashboard-with-graphql
Everything is fine except that, when I navigate to explore page I get this error:
SyntaxError: The requested module '/node_modules/.vite/deps/@cubejs-client_react.js?v=367a0cec' does not provide an export named 'isQueryPresent' (at ExplorePage.tsx:8:10)
I'm importing the function as usual: and then using it in the Add to dashboard button:
disabled={!isQueryPresent(finalVizState.query || {})}
VSCode is not giving any error, and I can see the exported method, so I don't know what's happening, any ideas?
Cube JS core and react versions: