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 in a transition phase trying to move few modules of our angular app to react components. We are using ngReact library to embed React components into existing angular app.
If I render the independent React component in a browser, onTouchTap events work perfectly! But the same component, if I embed in the angular app, component rendering is fine, but events are not getting fired.
Any help would be deeply appreciated!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
We are in a transition phase trying to move few modules of our angular app to react components. We are using ngReact library to embed React components into existing angular app.
If I render the independent React component in a browser, onTouchTap events work perfectly! But the same component, if I embed in the angular app, component rendering is fine, but events are not getting fired.
Any help would be deeply appreciated!
Thanks in advance!
The text was updated successfully, but these errors were encountered: