🐛 change la version du localstorage pour éviter les bugs de non correspondance d'état

pull/821/head
Johan Girod 2020-01-21 13:30:15 +01:00
parent 7d977685b4
commit 67b3c915e7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { Store } from 'redux'
import { debounce } from '../utils'
import safeLocalStorage from './safeLocalStorage'
const VERSION = 4
const VERSION = 5
const LOCAL_STORAGE_KEY = 'app::global-state:v' + VERSION