Uh oh!
There was an error while loading. Please reload this page.
Update RumResource.ts to resolve import correctly - #365
Conversation
Type checks are failing. core folder here built as mobile-react-native in node_modules. In this case this import fails to resolve.
louiszawadzki
commented
Dec 20, 2022
Hi @ashutoshd11, thanks for opening this pull request! This change seems to make sense to me :) |
ashutoshd11
commented
Jan 4, 2023
@louiszawadzki Yes, this issue is encountered only when running the lint checks over my project, no problem was faced in the implementation of datadog. |
Type checks are failing. core folder in the repo built as mobile-react-native in node_modules and import fails to resolve.
What does this PR do?
node_module built differently from your repo, resulting in errors in the import statement
Review checklist (to be filled by reviewers)