We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I expect to be able to pass first class properties also within templates to other web-components.
Currently first-class props have to be provided stringified to the consuming component and this component will parse it in turn again. 😱
https://github.com/search?utf8=%E2%9C%93&q=JSON.stringify+repo%3Aaxa-ch%2Fpatterns-library+path%3A%2Fsrc%2Fcomponents&type=Code&ref=advsearch&l=&l=
The text was updated successfully, but these errors were encountered:
closing as new plib version is live. If issue is with v2 still relevant, please re-open
Sorry, something went wrong.
LucaMele
AndyOGo
TheDadi
No branches or pull requests
Are you reporting a bug or a feature?
Expected Behavior
I expect to be able to pass first class properties also within templates to other web-components.
Actual Behavior
Currently first-class props have to be provided stringified to the consuming component and this component will parse it in turn again. 😱
Steps to Reproduce the Problem
https://github.com/search?utf8=%E2%9C%93&q=JSON.stringify+repo%3Aaxa-ch%2Fpatterns-library+path%3A%2Fsrc%2Fcomponents&type=Code&ref=advsearch&l=&l=
The text was updated successfully, but these errors were encountered: