unfortunately once I enter into a WorkState.Published my editor will remain editor.off state even if I re-render my component with some other Workstates.
I am wondering if it can be some problem with the state of the initialized event? I can definitely see from my rendering that I am in the right editor container for my particular workstate.
Our editor fields can have different states where they are turned off or not.
So I had code like this
and a normal config that has
and then in my render function something like this
unfortunately once I enter into a WorkState.Published my editor will remain editor.off state even if I re-render my component with some other Workstates.
I am wondering if it can be some problem with the state of the initialized event? I can definitely see from my rendering that I am in the right editor container for my particular workstate.