refactore(store)!: Remove transition and loading.transition property

* Tranisitions break testing and are superflous

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent 9abc222c14
commit b1f541b63d
4 changed files with 97 additions and 124 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export const initialState = (): FlowState => ({
zoomActivationKeyCode: undefined,
hooks: createHooks(),
loading: false,
loading: undefined,
markerEndId: undefined,
storageKey: undefined,