After changing the text in the symbolInstance, the master symbolInstance modifies the text style and cannot be synchronized

I select one text node in symbolInstance(not master), and use code to change the text node value (like this:textNode.text=‘something…’), then I modifies the corresponding text node style in master symbolInstance, but there are no stylistic changes to the components corresponding to the previously modified symbolInstance. Is this the bug? Who can tell me how to fix it. Thanks!

I use “updateText()” to fixed it! Thanks to the developers of the XD!