Open tkimnguyen opened 1 month ago
With Firefox 129.0.2 it looks much better!
Aw what the... I closed my Safari window and tried again in a new window and it works nicely:
Initially in the Safari window that wasn't rendering the page correctly I didn't see any messages in the console.
Now, in the Safari window that renders the page properly (it would seem), this error appears 4 times in the console:
[Error] Warning: Failed prop type: The prop `index` is marked as required in `_c`, but its value is `undefined`.
_c@http://localhost:3001/static/js/client.js:204586:15
@http://localhost:3001/static/js/client.js:165495:29
StyleWrapper@http://localhost:3001/static/js/client.js:108632:12
MaybeWrap@http://localhost:3001/static/js/client.js:130814:189
div
MaybeWrap@http://localhost:3001/static/js/client.js:130814:189
RenderBlocks@http://localhost:3001/static/js/client.js:194004:12
div
Container@http://localhost:3001/static/js/client.js:333333:11
DefaultView@http://localhost:3001/static/js/client.js:154144:5
div
View@http://localhost:3001/static/js/client.js:155992:10
Connect(View)@http://localhost:3001/static/js/client.js:262054:110
injectIntl(Connect(View))
Route@http://localhost:3001/static/js/client.js:265195:34
Switch@http://localhost:3001/static/js/client.js:265401:34
main
div
Segment@http://localhost:3001/static/js/client.js:287806:23
MultilingualRedirector@http://localhost:3001/static/js/client.js:148877:13
PluggablesProvider@http://localhost:3001/static/js/client.js:132629:6
App@http://localhost:3001/static/js/client.js:143657:10
Connect(App)@http://localhost:3001/static/js/client.js:262054:110
injectIntl(Connect(App))
Connect(injectIntl(Connect(App)))@http://localhost:3001/static/js/client.js:262054:110
Route@http://localhost:3001/static/js/client.js:265195:34
Switch@http://localhost:3001/static/js/client.js:265401:34
Route@http://localhost:3001/static/js/client.js:265195:34
AsyncConnect@http://localhost:3001/static/js/client.js:162802:10
AsyncConnectWithContext@http://localhost:3001/static/js/client.js:162922:17
withRouter(AsyncConnectWithContext)@http://localhost:3001/static/js/client.js:265456:36
Connect(withRouter(AsyncConnectWithContext))@http://localhost:3001/static/js/client.js:262054:110
ScrollToTop@
Connect(ScrollToTop)@http://localhost:3001/static/js/client.js:262054:110
Router@http://localhost:3001/static/js/client.js:264824:34
ConnectedRouter@http://localhost:3001/static/js/client.js:12583:22
ConnectedRouterWithContext@http://localhost:3001/static/js/client.js:12689:24
Connect(ConnectedRouterWithContext)@http://localhost:3001/static/js/client.js:262054:110
IntlProvider@http://localhost:3001/static/js/client.js:259801:14
Connect(IntlProvider)@http://localhost:3001/static/js/client.js:262054:110
Provider@http://localhost:3001/static/js/client.js:261763:8
CookiesProvider@http://localhost:3001/static/js/client.js:212776:32
printWarning (client.js:273332)
error (client.js:273306)
checkPropTypes (client.js:275197)
validatePropTypes (client.js:275398)
createElementWithValidation (client.js:275502)
renderWithHooks (client.js:243759)
mountIndeterminateComponent (client.js:247523)
beginWork$1 (client.js:254875)
performUnitOfWork (client.js:254006)
workLoopSync (client.js:253915)
renderRootSync (client.js:253883)
performConcurrentWorkOnRoot (client.js:253187:89)
workLoop (client.js:277428)
flushWork (client.js:277401)
performWorkUntilDeadline (client.js:277695)
Lots of things are missing when browsing with Safari Version 17.5 on macOS Sonoma 14.5 (23F79) to http://localhost:3000 (after ssh tunneling to ports 8080, 3000, and 3001)
And below is what appears in the terminal: