-
Notifications
You must be signed in to change notification settings - Fork 62
Add editor charts api #3078
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
base: main
Are you sure you want to change the base?
Add editor charts api #3078
Conversation
|
|
|
📦 Statoscope quick diff with main-branch: ⏱ Build time: 1.3 sec (2.44%) ⚖️ Initial size: 0.00 kb (0%) 🕵️ Validation errors: 0 Full Statoscope report could be found here |
|
| const registerValidationSchema = <T extends object>(value: T, schema: TypedActionSchema): T => { | ||
| Object.defineProperty(value, VALIDATION_SCHEMA_KEY, { | ||
| value: schema, | ||
| enumerable: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because default is false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
No description provided.