Hi Theodore,
The issue might be with the code snippet, if there is syntax errors it will throw the same error.
I'm encountering some errors related to TypeScript when attempting to add attributes for the Class and Style in an XML file.
Additionally, I've noticed a discrepancy in the attribute types between the interface TextBoxNContainerProps, which receives attributes as EditableValue<string>, and TextBoxNPreviewProps, which receives attributes as a plain string.
I'm uncertain whether this difference in attribute types is the cause of the error messages.