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
I'm trying to build a HTML builder and I need help in one of my use case
I have a Text UI element in my editor.
I'm dragging and dropping this element to create a text node.
I'm also applying some transformations on the rendered text content. I'm using transformer prop for that.
It works fine when used by dragging and dropping. But when I create its schema to store in my database and then use that schema at other place, the transformer methods do not get applied. Content directly renders as it is.
Could you please advise how this needs to be done.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for this library. Amazing project.
I'm trying to build a HTML builder and I need help in one of my use case
I have a Text UI element in my editor.
I'm dragging and dropping this element to create a text node.
I'm also applying some transformations on the rendered text content. I'm using transformer prop for that.
This is my UI element code :
And this is how I'm using it :
It works fine when used by dragging and dropping. But when I create its schema to store in my database and then use that schema at other place, the transformer methods do not get applied. Content directly renders as it is.
Could you please advise how this needs to be done.
Thanks.
The text was updated successfully, but these errors were encountered: