-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Adding point series elements on Canvas workpads is failing with error [pointseries] > (0 , _lodash2.default) is not a function #27729
Comments
Pinging @elastic/kibana-canvas |
Looks like #27171 will not close this. The issue is that the build step isn't correctly converting In case it's helpful,
UPDATE: well, I see why it's failing; the dependency in the build is just a 0 byte
I don't know why that happens, but that's certainly why that error shows up. |
Sounds like a DLL issue, @mistic can you take a look? |
@spalger @w33ble the problem is not related with DLL work itself but with a build task we have in place in order to clean up the modules bundled into the dll from the
As you can se by this search https://github.com/elastic/kibana/search?q=lodash.uniqby&unscoped_q=lodash.uniqby |
Lodash 3 (the version we're stuck on) does not have that function, which is why the dependency exists. And even if we fix it that way, or otherwise replace I'll probably do the simple fix for now, but we should figure out a more reliable way to fix this dependency thing. |
Kibana version: 6.6.0 BC1
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from staging
Describe the bug: When user tries to add point series elements on canvas workpads - they are failing with an error
You can see this error all over on sample workpads too.
The text was updated successfully, but these errors were encountered: