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 56f68d8 commit 03eeeecCopy full SHA for 03eeeec
src/app/containers/MainContainer.tsx
@@ -86,7 +86,7 @@ function MainContainer(): any {
86
87
// if viewIndex is -1, then use the sliderIndex instead
88
const snapshotView = viewIndex === -1 ? snapshots[sliderIndex] : snapshots[viewIndex];
89
- // gabi :: cleannign hierarchy and snapshotView from stateless data
+ // cleaning hierarchy and snapshotView from stateless data
90
const statelessCleaning = (obj:{name?:string; componentData?:object; state?:string|any;stateSnaphot?:object; children?:any[];}) => {
91
const newObj = { ...obj };
92
if (newObj.name === 'nameless') {
0 commit comments