Closed lydiadunning closed 1 year ago
Visit the preview URL for this PR (updated for commit 0f5de4f):
https://tcl-65-smart-shopping-list--pr50-fix-build-issues-1yqmf875.web.app
(expires Wed, 18 Oct 2023 21:32:28 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: a91b8fb0f37677e20d8afa3e8ea496251536f9b8
excellent idea this PR I followed your steps and this is what we are getting. I did the hard reload as you suggested with shift and reload and also included a refresh as well. I am at a loss tbh
I think the images are showing up in the background now, but sometimes only the background appears, along with an error message - Minified React error #299 - createRoot(...): Target container is not a DOM element.
The createRoot target is this: document.getElementById('root') The div with the id 'root' is right there in the DOM.
I think we may have had two bugs, one where images didn't show, one where the react app doesn't load.
Hi Team! @lydiadunning This is where we are at when we run our app local from this branch I made changes and got the flashing to stop (pretty much lol) or be less noticeable and there are no longer errors in the console. I think we should merge this code with main and start figuring out why our Demo link in the project brief isnt working. Let me know what ideas you have for next steps..
For an example of how to fill this template out, see this Pull Request.
Description
A place to test solutions to the background image not acting as expected in the live build. This demo should show the same behavior.
Currently commented out the background image in the index.html root file.
Type of Changes
Updates
Before
The background image does not appear, only the background image appears, and the background image flashes.
After
Testing Steps / QA Criteria