React lite template doesn't seem to be working

Page comes up with only the footer. Seeing the following error in the browser console

DevTools failed to load SourceMap: Could not load content for https://localhost:5001/lib/css/bootstrap/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Disregard that. I guess I had to explicitly build it first. I thought I did.

But, new problem now after hitting the Sign In button

It’s also happening when typing in the Hello text box at the root:

app.bundle.js:24 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)
at Object.get [as Hello] (app.bundle.js:709)

Should now be resolved if you create a new App from the react-lite template

That did 'er! Thanks!

1 Like