You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
now, if figure.data is undefined, the pluck('type', figure.data) fails. I believe that we should be able to fix this with just a R.has('data', figure) check. We should add some tests that supply figure as None, {}, {'layout': {}}, and {'data': []}
The text was updated successfully, but these errors were encountered:
v0.22.1 introduced a bug:
now, if
figure.data
is undefined, thepluck('type', figure.data)
fails. I believe that we should be able to fix this with just aR.has('data', figure)
check. We should add some tests that supply figure asNone
,{}
,{'layout': {}}
, and{'data': []}
The text was updated successfully, but these errors were encountered: