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.
2 parents 2937578 + dc69063 commit db6e5afCopy full SHA for db6e5af
app/src/redux/reducers/slice/appStateSlice.ts
@@ -860,6 +860,7 @@ const appStateSlice = createSlice({
860
},
861
//deleted 'convertToJSX' function, which threw errors upon opening
862
openProject: (state, action) => {
863
+ // returning the action.payload is a Redux shortcut that updates the entire app state at the same time
864
return action.payload;
865
866
addElement: (state, action) => {
0 commit comments