Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
fix: concurrent function not being called
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Apr 12, 2021
1 parent a9165c9 commit 6fc5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const render = (
}
}
}
});
})();
};

export default render;

0 comments on commit 6fc5305

Please sign in to comment.