-
I noticed when I inherit a new lexical node, then directly call an assignment without calling getWritable, it would throw an error: I remember some versions earlier, the behavior is that the node will not rerender (because it is not be marked as dirty during reconcilation stage). However, this time I checked the source code and didn't find how it is implemented. By calling I am just curious, how do you implement that? Could you please share some insights? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it, #652, thanks |
Beta Was this translation helpful? Give feedback.
Got it, #652, thanks