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
Hello,
I've tried to update to NS 6.2 but I can't because I get this error:
ERROR in src/main.tns.ts(45,38): error TS2322: Type 'typeof Video' is not assignable to type 'ViewClass'.
Type 'Video' is missing the following properties from type 'View': _setupAsRootView, callLoaded, callUnloaded
When I try to register the element:
registerElement('VideoPlayer', () => Video);
Is there a workaround for it?
The text was updated successfully, but these errors were encountered:
Hello,
I've tried to update to NS 6.2 but I can't because I get this error:
When I try to register the element:
Is there a workaround for it?
The text was updated successfully, but these errors were encountered: