However, my issue is that CustomTextArea's custom logic is dependent on an upstream node's props. Is there a way for me to pass down that upstream node's props? I'm imagining something like:
Hey this is unfortunately not possible. I recommend to make fork with this feature. Another way is to use patch-package. https://github.com/ds300/patch-package
I am using my own "textarea" component that does some text manipulations under the hood, like so:
However, my issue is that
CustomTextArea
's custom logic is dependent on an upstream node's props. Is there a way for me to pass down that upstream node's props? I'm imagining something like: