Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RenderHandler): updates to context data post-render pushed update…
…d data as subsequent args affects: @tao.js/react when a DataContext had its data updated from a signal causing a re-render of an already rendered RenderHandler the updated data was being appended to the end or depending on how many contexts were defined pushing all later data as additional data args to the RenderHandler's render child method. This fix ensures all data args are positional and remain consistent throughout the life of the RenderHandler. Also add warning and null out a missing context from user error.
- Loading branch information