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 d2afce4 commit 3702683Copy full SHA for 3702683
dash/dash-renderer/src/wrapper/DashWrapper.tsx
@@ -65,7 +65,7 @@ function DashWrapper({
65
const dispatch = useDispatch();
66
const memoizedKeys: MutableRefObject<MemoizedKeysType> = useRef({});
67
const newRender = useRef(false);
68
- const renderedPath: any = useRef(null);
+ const renderedPath = useRef<DashLayoutPath>(componentPath);
69
let renderComponent: any = null;
70
let renderComponentProps: any = null;
71
let renderH: any = null;
0 commit comments