mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 03:53:51 +00:00
Fix typechecks
This commit is contained in:
@@ -29,7 +29,7 @@ describe('<CreateServer />', () => {
|
||||
return {
|
||||
history,
|
||||
...renderWithStore(
|
||||
<Router location={history.location} navigator={history}>
|
||||
<Router location={history.location} navigator={history} unstable_useTransitions={false}>
|
||||
<CreateServer useTimeoutToggle={useTimeoutToggle} />
|
||||
</Router>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user