deephaven / deephaven-plugins

Deephaven Plugins
6 stars 14 forks source link

fix: Remove type imports from @react-types/shared #610

Closed AkshatJawne closed 3 weeks ago

AkshatJawne commented 4 weeks ago

Resolves #609

AkshatJawne commented 4 weeks ago

@bmingles Another area where I was seeking clarification for this ticket was whether we wanted to uninstall react-types/shared , or we just wanted to remove where we were using the type imports?

bmingles commented 4 weeks ago

@AkshatJawne If we can get rid of imports from react-types/shared in the plugins repo, we should also be able to uninstall the dependency there since it would be the concern of @deephaven/components

AkshatJawne commented 3 weeks ago

Should be good to review @bmingles