Hi
I added the Copy component to my UI Builder project and it causes an error on the builder and when preview the page
Could you help resolve please ?
Thanks
Paul
Hi
I added the Copy component to my UI Builder project and it causes an error on the builder and when preview the page
Could you help resolve please ?
Thanks
Paul
Hello @paul-barnes
Thank you for the report!
This is a known issue and will be fixed today, the ticket’s number BKNDLSS-30843
Regards, Vlad
As a workaround, you can add the following line in any AppExtension (styles) and the error should disappear
@buttonContainedBorderRadius: @buttonBorderRadius;
Thank you. The workaround has worked.