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 698eed9 commit e1c442aCopy full SHA for e1c442a
src/js/src/index.js
@@ -43,7 +43,7 @@ export function History({ onHistoryChangeCallback }) {
43
44
// Tell the server about the URL during the initial page load
45
// FIXME: This code is commented out since it currently runs every time any component
46
- // is mounted due to a ReactPy core rendering bug.
+ // is mounted due to a ReactPy core rendering bug. `FirstLoad` component is used instead.
47
// https://github.com/reactive-python/reactpy/pull/1224
48
49
// React.useEffect(() => {
0 commit comments