Fix commit and reset actions crossing pointers by creating an action stack (will be used to send data to backend)
parent
10269ec448
commit
8a4593b542
|
|
@ -28,7 +28,6 @@ const App = (props: AppProps) => {
|
||||||
}, [renderedPage]);
|
}, [renderedPage]);
|
||||||
|
|
||||||
setupNextPageTransition();
|
setupNextPageTransition();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="app">
|
<div className="app">
|
||||||
{renderedPage === "LANDING" && <LandingPage {...props} />}
|
{renderedPage === "LANDING" && <LandingPage {...props} />}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue