Closed achoukekar closed 1 year ago
Same problem for me
Same here, it looks like the enum referencing breaks when importing the components in the app. For exemple, if it was originally written Color.Transparent, only transparent is left.
That does seem to be the case @IsabelleRioux
I was taking a look at the April 2023 milestone's open issues and noticed that a similar issue was already reported. https://github.com/microsoft/powercat-creator-kit/issues/295
@achoukekar are you still seeing this error after installing the april release?
Everything works on my side with the april release.
Thanks for confirming! Closing this thread
Describe the bug Creator Core Kit Version: 1.0.20230118.1
I have deployed successfully in my environment and enabled the components in my environment. I used the Canvas components in one of my apps successfully. However, now when I create another solution and an app in the new solution, and add the canvas components like Dialog or Header or Panel, I keep getting the errors like the ones below. This happens even when I open the Canvas Template when I add it to my solution. The previous app just continues to work fine.
Errors: Name isn't valid. Transparent isn't recognized.
This issues happens for Canvas components only. Code components work fine