Skip to content

Commit b408377

Browse files
committed
typescript changes
1 parent 40e0488 commit b408377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/linkFiber.js renamed to src/backend/linkFiber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import componentActionsRecord from './masterState';
4343

4444
import { throttle, getHooksNames } from './helpers';
4545

46-
let doWork = true;
46+
let doWork: boolean = true;
4747
const circularComponentTable = new Set();
4848

4949
// module.exports = (snap, mode) => {

0 commit comments

Comments
 (0)