You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Gatsby warning and doesn’t really have an impact on neither: 1) running local dev env 2) building the site. We’re also not really using sizeByPixelDensity anywhere so I assume it’s something that will get fixed with future dependency updates. Nothing we can do about it otherwise.
Bug
Current Behavior
When starting the server I get a warning:
warn the option sizeByPixelDensity is deprecated and should not be used. It will be removed in the next major release
I imagine this is a low priority to address since it is working currently, but it would be good to change to something that isn't deprecated.
Input
Expected Behavior
We shouldn't see deprecation warnings when running the application.
Possible Solutions
I'm not sure if this issue has any clues!
Related Issues
None.
The text was updated successfully, but these errors were encountered: