You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at ConnectionItemPage, the TransformationView, StatusView, and SettingsView have the connection object prop-drilled. They should use the ConnectionEditService instead and this change should be propagated downwards where appropriate.
Example: StateBlock.tsx has the connectionId prop-drilled. Can just pull it out of the service.
Please verify that every component changed in this way is not used in places not wrapped with the service!
The text was updated successfully, but these errors were encountered:
Looking at ConnectionItemPage, the TransformationView, StatusView, and SettingsView have the connection object prop-drilled. They should use the ConnectionEditService instead and this change should be propagated downwards where appropriate.
Example: StateBlock.tsx has the connectionId prop-drilled. Can just pull it out of the service.
Please verify that every component changed in this way is not used in places not wrapped with the service!
The text was updated successfully, but these errors were encountered: