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
The warning is harmless, however, it indicates that messing around with the window's contentView is not recommended. Additionally, according to this post, it also affects the window's resize handle cursors, thus making the window harder to resize, which I can confirm.
The post I linked above also outlines a way to fix this issue, which is why I am opening this issue.
The text was updated successfully, but these errors were encountered:
Currently, launching an app that has flutter_acrylic enabled on macOS causes the following warning message to be printed to the console:
The warning is harmless, however, it indicates that messing around with the window's
contentView
is not recommended. Additionally, according to this post, it also affects the window's resize handle cursors, thus making the window harder to resize, which I can confirm.The post I linked above also outlines a way to fix this issue, which is why I am opening this issue.
The text was updated successfully, but these errors were encountered: