You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Basically, I need to change some attributes on elements right before the markup stringt is sent to client. Is there a place where I can add my handler? Or is there any other way to do it?
Describe the solution you'd like
Pass a handler function which would transform some parts of the markup.
Describe alternatives you've considered
Changing attributes directly in the components is not a good option, since I need to dynamically change them based on different parameters.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Basically, I need to change some attributes on elements right before the markup stringt is sent to client. Is there a place where I can add my handler? Or is there any other way to do it?
Describe the solution you'd like
Pass a handler function which would transform some parts of the markup.
Describe alternatives you've considered
Changing attributes directly in the components is not a good option, since I need to dynamically change them based on different parameters.
The text was updated successfully, but these errors were encountered: