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 relatively new and frustrating bug, related to something going on with Flutter. Was working previously. Even when running in release mode or building, the custom Assets file with our icons doesn't load, and continues to show the icon placeholder.
The text was updated successfully, but these errors were encountered:
Referenced here: ilikerobots/polyicon#81, not sure what the fix here is. We might need to switch to Material's icons for the example app instead of our custom ones.
Well, more is being uncovered. This seems to weirdly ONLY be an issue on browsers on desktops. I pulled up the Aureus website on my phone today and all of the icons rendered fine, so apparently it is compiling? And I'm not sure if this is a browser specific issue, because it seems to not show on Chrome OR Safari.
I need to make a bug report in the main flutter repo about this, but I'm not sure whether or not to let this block Astra's upcoming launches.
This has FINALLY been fixed! This is an issue with the render between desktop and mobile. That's why the issue wasn't visible on web and but was on mobile. In the future, if you experience this issue, make sure you are building and running using the HTML renderer! I'll make a self note to put this in documentation to be extra clear but the mystery is solved for now :-)
This is a relatively new and frustrating bug, related to something going on with Flutter. Was working previously. Even when running in release mode or building, the custom Assets file with our icons doesn't load, and continues to show the icon placeholder.
The text was updated successfully, but these errors were encountered: