-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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: Incorrect type definition for StyleManagerConfig.sectors.properties #5613
Comments
2 tasks
This was referenced May 24, 2024
This was referenced Aug 27, 2024
This was referenced Sep 20, 2024
This was referenced Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GrapesJS version
What browser are you using?
Chrome
Reproducible demo link
None
Describe the bug
How to reproduce the bug?
grapesjs/src/style_manager/index.ts
Line 310 in 5c89044
grapesjs/src/style_manager/config/config.ts
Line 8 in 5c89044
What is the expected behavior?
The type declaration in StyleManagerConfig.sectors.properties has to be of type PropertyTypes to accommodate options.
What is the current behavior?
The type declaration in StyleManagerConfig.sectors.properties is PropertyProps and compiler complains since the property options is missing.
Code of Conduct
The text was updated successfully, but these errors were encountered: