We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I set OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES to 0, all properties are shown in the preview
OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES
0
See https://codesandbox.io/s/dry-tree-kthl62?file=/src/App.tsx
When I set OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES to 0, no properties are shown in the preview
https://codesandbox.io/s/dry-tree-kthl62?file=/src/App.tsx
The text was updated successfully, but these errors were encountered:
All of the theme overrides don't work
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When I set
OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES
to0
, all properties are shown in the previewSteps to reproduce the behavior
See https://codesandbox.io/s/dry-tree-kthl62?file=/src/App.tsx
Expected behavior
When I set
OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES
to0
, no properties are shown in the previewEnvironment
https://codesandbox.io/s/dry-tree-kthl62?file=/src/App.tsx
The text was updated successfully, but these errors were encountered: