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
currently for convenience we have such imports import * as Plottable from 'plottable'; but ideally this should be something like import {Components} as Plottable from 'plottable';. We should only import what we use.
The text was updated successfully, but these errors were encountered:
currently for convenience we have such imports
import * as Plottable from 'plottable';
but ideally this should be something likeimport {Components} as Plottable from 'plottable';
. We should only import what we use.The text was updated successfully, but these errors were encountered: