[WASM] ... no longer builds using latest DEV bits #12918
Replies: 1 comment 5 replies
-
Thanks for the report. The master of Uno is now updated to the upcoming Uno 5 release, which contains some breaking changes that are currently being documented here. Libraries such as uno.material have been updated as well to handle those changes. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current behavior
I'm not sure if caused by #12755 or not, but upgrading to latest DEV bits (see screenshot below) prevents my solution from building throwing these errors
@TopProgrammer77 @dr1rrb FYI
Update:
After further investigation I found that the culprit are these lines in my
MaterialTheme.xaml
style file:That file is a copy&paste from UNO Material theme sources ~1.5 years back + some heavy customization I applied meanwhile. However, the 2 lines above had been part of the original UNO Material theme source.
I needed to know if I could savely remove those lines of if should replace them by something different. Note: I'm only using the WindowsAppSDK and the WASM head at this time.
Beta Was this translation helpful? Give feedback.
All reactions