This commit is contained in:
Norbert de Langen 2020-03-13 12:01:34 +01:00
parent b7168d556e
commit 584cc30e99
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -132,7 +132,7 @@ export const init: ModuleFn = ({ store, provider }) => {
store.setState({
refs: {
...(store.getState().refs || {}),
...api.getRefs(),
[id]: result,
},
});