Skip to content

Commit e1c442a

Browse files
committed
more comments
1 parent 698eed9 commit e1c442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function History({ onHistoryChangeCallback }) {
4343

4444
// Tell the server about the URL during the initial page load
4545
// FIXME: This code is commented out since it currently runs every time any component
46-
// is mounted due to a ReactPy core rendering bug.
46+
// is mounted due to a ReactPy core rendering bug. `FirstLoad` component is used instead.
4747
// https://github.com/reactive-python/reactpy/pull/1224
4848

4949
// React.useEffect(() => {

0 commit comments

Comments
 (0)