Skip to content

Commit b4b6f71

Browse files
committed
change helper
1 parent a16f99b commit b4b6f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const getHooksNames = (elementType) => {
104104
// el !== undefined &&
105105
// Iterate array and determine getter/setters based on pattern
106106
// console.log('abc');
107+
console.log(3);
107108
statements.forEach((el, i) => {
108109
if (el.match(/_use/)) hookState[el] = statements[i + 2];
109110
});

0 commit comments

Comments
 (0)