Skip to content

Fix Parsing Bug, Global DOM Update

Pre-release
Pre-release
Compare
Choose a tag to compare
@CMEONE CMEONE released this 17 Mar 05:31
· 12 commits to main since this release

We fixed a parsing bug related to having newlines within template-based components.

Additionally, on state change, tApp now updates all components (instead of just the current component and children), as component states can be accessed by other components that are not below the updating component on the tree.