|
|
@ -46,6 +46,7 @@ const reverseMappings = mappings.map(mapping =>
|
|
|
|
})
|
|
|
|
})
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const serializeState = state => {
|
|
|
|
const serializeState = state => {
|
|
|
|
const stateString = encodeURIComponent(JSON.stringify(state))
|
|
|
|
const stateString = encodeURIComponent(JSON.stringify(state))
|
|
|
|
|
|
|
|
|
|
|
|