Select Parent section and add style to nearest children #6561
Replies: 1 comment
-
I see some problematic code there. Looks like you're performing updates to the editor state during react rendering step?! That's not good. I think you all you need to do is to move/update your custom logic inside |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @artf Is there any way to select a component and only apply styles to its nearest children? Whenever I try to add a style, it also adds the width to the selected component and its children together. I want to select the
Thanks
Please help, it’s urgent.
Here’s my code:
its also add style in section i want to select section but want to add style in section nearest children

Beta Was this translation helpful? Give feedback.
All reactions