adobe / react-webcomponent

This projects automates the wrapping of a React component in a CustomElement.
Apache License 2.0
105 stars 19 forks source link

Typescript support #20

Open xipilot opened 5 years ago

xipilot commented 5 years ago

Expected Behaviour

Should be able to use in context with Typescript

Actual Behaviour

Does not work, errors when specifying Model attributes as not found

Reproduce Scenario (including but not limited to)

Try running in a typescript enabled project

Steps to Reproduce

Write any example model inside the typescript contexts

Platform and Version

Any

AndreyLuzinov commented 4 years ago

@alexmirea Any progress on that?

alexmirea commented 4 years ago

@AndreyLuzinov not much yet. I will have a look in the coming days, as I will use it as well in a TS project.