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