From b4c1154d6381c07893124c93f6267d0caaa3d1af Mon Sep 17 00:00:00 2001 From: Jack Reed <phillipjreed@gmail.com> Date: Fri, 21 Aug 2020 07:52:35 -0600 Subject: [PATCH] Use correct state import so we get the actual state pieces on Mirador umd fixes #3200 --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 1b5c003e8..a5ebe2e6e 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ import init from './init'; -import * as state from './state'; +import state from './state'; const exports = { ...init, -- GitLab