We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9996728 commit b9ed59cCopy full SHA for b9ed59c
src/reducer/index.js
@@ -210,7 +210,7 @@ function sketcherReducer(state = initialState, action) {
210
211
case actions.OPEN_SKETCH:
212
let first = true;
213
- const { spaces } = action.data;
+ const { spaces } = action.data.data;
214
for (const space of spaces) {
215
if (first) {
216
if (!state.spaces.world) state = addSpaceActive(state, space.matrix, 'world');
0 commit comments