localstack / localstack-demo

Simple demo application deployed using LocalStack
https://docs.localstack.cloud/getting-started/quickstart/
63 stars 33 forks source link

:bug: [warning] Fix warnings on index #43

Closed JoelRomero97 closed 1 year ago

JoelRomero97 commented 1 year ago

This PR fixes warnings while rendering because of possibly undefined variables as well as using ReactDOM.render instead of ReactDOM.createRoot (react 18)

Screenshot 2022-12-19 at 11 22 00 AM Screenshot 2022-12-19 at 11 27 10 AM Screenshot 2022-12-19 at 11 30 17 AM