qf-jonathan commented on code in PR #37488:
URL: https://github.com/apache/superset/pull/37488#discussion_r2802845868


##########
superset-frontend/src/views/store.ts:
##########
@@ -37,7 +37,7 @@ import sliceEntities from 
'src/dashboard/reducers/sliceEntities';
 import dashboardLayout from 'src/dashboard/reducers/undoableDashboardLayout';
 import logger from 'src/middleware/loggerMiddleware';
 import saveModal from 'src/explore/reducers/saveModalReducer';
-import explore from 'src/explore/reducers/exploreReducer';
+import explore from 'src/explore/reducers/undoableExploreReducer';

Review Comment:
   Actually, this is not true, the original 
[issue](https://github.com/omnidan/redux-undo/issues/306) was based in an 
[incorrect](https://codesandbox.io/s/rtk-redux-undo-example-forked-v4d3jn?file=/src/app/store.ts)
 example,  this is the 
[correct](https://codesandbox.io/p/sandbox/rtk-redux-undo-example-forked-v4d3jn?file=/src/app/store.ts)
 one



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to