Skip to content

Commit

Permalink
default state
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk-Buczkowski committed Aug 2, 2023
1 parent 18e66b7 commit d93ba6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/transformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function transformState(state, actions) {
}

break;

default:
throw new Error();
}
};
}
Expand Down

0 comments on commit d93ba6d

Please sign in to comment.