altair-viz / jupyterlab_voyager

JupyterLab extension visualize data with Voyager
BSD 3-Clause "New" or "Revised" License
298 stars 35 forks source link

Types of property 'currentChanged' are incompatible #23

Closed zzhangjii closed 6 years ago

zzhangjii commented 6 years ago

conflicts happens with 0.29.2 during npm run build:

src/index.ts line 84: Argument of type 'InstanceTracker' is not assignable to parameter of type 'InstanceTracker'. Types of property 'currentChanged' are incompatible. Type 'ISignal<InstanceTracker, VoyagerPanel | null>' is not assignable to type 'ISignal<InstanceTracker, any>'. Type 'InstanceTracker' is not assignable to type 'InstanceTracker'.

Not sure how to fix "Types of property 'currentChanged' are incompatible."