Open ZheSun88 opened 6 years ago
Gold
Web component GitHub URL
gold-cc-expiration-input
gold-zip-input
gold-phone-input
gold-cvc-input
mvn clean jetty:run
localhost:8080
the Element can load and show in the UI
Error message: NotSupportedError: Failed to construct 'CustomElement': The result must not have attributes
NotSupportedError: Failed to construct 'CustomElement': The result must not have attributes
tested with platform 10.0.0.beta10
suspicious: those elements are using Polymer 1 or hybrid code in the source, for example with gold-cc-cvc-input
Polymer 1
gold-cc-cvc-input
We should investigate what is the actual reason for this, and at minimum mention on documentation that a) gold elements won't work because of X ? b) hybrid elements won't work because of X ?
step to reproduce:
Gold
Element in theWeb component GitHub URL
(have tested withgold-cc-expiration-input
,gold-zip-input
,gold-phone-input
andgold-cvc-input
)mvn clean jetty:run
and nevigate tolocalhost:8080
expected behavior
the Element can load and show in the UI
actual behavior
Error message:
NotSupportedError: Failed to construct 'CustomElement': The result must not have attributes
tested with platform 10.0.0.beta10
suspicious: those elements are using
Polymer 1
or hybrid code in the source, for example withgold-cc-cvc-input