You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are sending the prop as url from PersonList component, but declaring link as prop in PersonSpolight component. So, props mis-match happening here. And projects like Stencil are failing to build. As we need to declare the props upfront.
We are sending the prop as
url
from PersonList component, but declaringlink
as prop in PersonSpolight component. So, props mis-match happening here. And projects like Stencil are failing to build. As we need to declare theprops
upfront.https://github.com/teleporthq/teleport-code-generators/blob/master/examples/uidl-samples/project.json#L513
The text was updated successfully, but these errors were encountered: