Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Block): Add key prop to force child component re-renders (#1238)
- Add 'key' property to BlockState interface - Implement key increment in updateState function - Ensure child components re-render on state changes This change addresses an issue where child components weren't re-rendering properly when the state was updated multiple times with similar data.
- Loading branch information