-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address devtools console errors #10
Comments
This PR fixes console warnings across the application by: - moving `class` to `className` - adding a `key` prop when looping through an array of items and outputting it to the DOM (see [the docs](https://reactjs.org/docs/lists-and-keys.html) for explanation on this) - moving `stop-opacity` and `stop-color` to `stopOpacity` and `stopColor`, respectively Closes #10
Fixed a few 6a937f7 |
There are still some on the deployed testing/staging site: https://built-with-workers.signalnerve.workers.dev/built-with/ |
Punting on img lazy loading issue: gatsbyjs/gatsby#17506 Same site cookie warning is on the server side (Cloudflare, Sanity etc need to add some config on their end): https://stackoverflow.com/questions/58270663/samesite-warning-chrome-77 |
Re: lazy loading, can we instruct Gatsby to specify dimension attributes on the HTML based on a max width (e.g. width="100vw" height="100vh" [or, at runtime, the computed pixel value version of these if possible]) just to silence the warning? (The CSS would override to make it fluid.) Re: same site cookie, Is this something we have control over in Cloudflare and/or Sanity? |
Fixes #10 by closing some console warnings
if you'd like me to, (i think) i can do that – can pass in some values to the
nope, unfortunately :/ |
@signalnerve would appreciate your help with these.
The text was updated successfully, but these errors were encountered: