Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] State Transitions panel is crashing with "RPC Terminated" er…
…ror (#31) **User-Facing Changes** The default layout of ADP was not functioning correctly. The "State Transitions" panel was crashing due to a re-render problem, causing an RPC to be created and closed twice with the same ID. This led to a message being sent during the process, resulting in the exception "RPC terminated." **Description** A complete solution for the problem was not identified, suggesting the issue might stem from a deeper component such as the LayoutManager. Instead of resolving the root cause, the error has been suppressed. A lost message to a closed RPC is not critical since the new RPC operates correctly. However, this issue should be revisited in the future for a more thorough fix. **Checklist** - [x] The web version was tested and it is running ok - [x] The desktop version was tested and it is running ok - [ ] I've updated/created the storybook file(s) - [x] The release version was updated on package.json files
- Loading branch information