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:
+1
-1
@@ -93,7 +93,7 @@ export const initialState = (): FlowState => ({
|
||||
zoomActivationKeyCode: undefined,
|
||||
|
||||
hooks: createHooks(),
|
||||
loading: false,
|
||||
loading: undefined,
|
||||
|
||||
markerEndId: undefined,
|
||||
storageKey: undefined,
|
||||
|
||||
Reference in New Issue
Block a user