How to inject something to dom from other component ? #670
Unanswered
erensertkaya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example i have CSUI with custom render which renders a custom root container and i inject a component into this custom root container and i have handleClick function inside that component that needs to also inject something how can inject this function something ? Do i need to follow react way with state and context to inform the render function that you need render something ? Or i need to follow plasmo way with storage or messaging to inform render ? I don't know is there way to inject something directly from that function ?
Beta Was this translation helpful? Give feedback.
All reactions