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
v6 of this library doesn't seem to export any of its types anymore.
Steps to reproduce the behavior
Upgrade to v6
try to use InspectorTheme, ObjectInspectorProps, InspectorProps as before
those types aren't exported anymore
I also use type NodeRenderer = ObjectInspectorProps['nodeRenderer'] somewhere. Tried to emulate with Parameters<typeof ObjectInspector>[0]['nodeRenderer'] but this property doesn't exist anymore on the interface
Expected behavior
I can still import and use those types as was possible in v5
The text was updated successfully, but these errors were encountered:
Describe the bug
v6 of this library doesn't seem to export any of its types anymore.
Steps to reproduce the behavior
InspectorTheme
,ObjectInspectorProps
,InspectorProps
as beforeI also use
type NodeRenderer = ObjectInspectorProps['nodeRenderer']
somewhere. Tried to emulate withParameters<typeof ObjectInspector>[0]['nodeRenderer']
but this property doesn't exist anymore on the interfaceExpected behavior
I can still import and use those types as was possible in v5
The text was updated successfully, but these errors were encountered: