Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] v6 doesn't export types anymore #162

Open
Janpot opened this issue Sep 7, 2022 · 0 comments
Open

[Bug] v6 doesn't export types anymore #162

Janpot opened this issue Sep 7, 2022 · 0 comments
Labels

Comments

@Janpot
Copy link

Janpot commented Sep 7, 2022

Describe the bug

v6 of this library doesn't seem to export any of its types anymore.

Steps to reproduce the behavior

  1. Upgrade to v6
  2. try to use InspectorTheme, ObjectInspectorProps, InspectorProps as before
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant