It could be a good idea to pass in a mutable reference to the form style to all the component render methods of the FormStyle. This would allow the rendering of one component to impact the rendering of a different component, or it could add some persitant mutable state.
It could be a good idea to pass in a mutable reference to the form style to all the component render methods of the FormStyle. This would allow the rendering of one component to impact the rendering of a different component, or it could add some persitant mutable state.
I dont think this is a good idea. Leptos might re-render things which may update the style in a weird way. This seems like a bad idea.
However, I did implement this going off of commit 360ef63b58.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
It could be a good idea to pass in a mutable reference to the form style to all the component render methods of the FormStyle. This would allow the rendering of one component to impact the rendering of a different component, or it could add some persitant mutable state.
I dont think this is a good idea. Leptos might re-render things which may update the style in a weird way. This seems like a bad idea.
However, I did implement this going off of commit
360ef63b58.Here is the diff