Replies: 2 comments
-
Currently, best solution as I see is to use this code (suppose your render(...);
process.stdout.write('WHATEVER'); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not sure what the use case is, so it's hard to understand how to help without more details and example code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a scenario where I want to render 2 components lets say. But I don't want to use
render
once, but userender
and then after anotherrender
. But if I do so - the 2ndrender
will override the output of the first one. Is there any way to overcome this issue?Beta Was this translation helpful? Give feedback.
All reactions