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
In an app using es6 and older version of tslib such as 1.9.3 useProfiledNavigation fails with undefined is not a function error:
es6
tslib
1.9.3
useProfiledNavigation
undefined is not a function
useProfiledNavigation doesn't fail.
Which packages are affected by the issue?
The text was updated successfully, but these errors were encountered:
If anybody hits this issue, using the latest version of tslib as a dependency fixes the problem.
Sorry, something went wrong.
No branches or pull requests
Current behavior
In an app using
es6
and older version oftslib
such as1.9.3
useProfiledNavigation
fails withundefined is not a function
error:Expected behavior
useProfiledNavigation
doesn't fail.Platform:
Packages
Which packages are affected by the issue?
Environment
The text was updated successfully, but these errors were encountered: