Skip to content
New issue

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

Fix "Deploy to Firebase Hosting on PR" errors #7

Open
noah-22 opened this issue Mar 21, 2022 · 0 comments
Open

Fix "Deploy to Firebase Hosting on PR" errors #7

noah-22 opened this issue Mar 21, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@noah-22
Copy link
Contributor

noah-22 commented Mar 21, 2022

Errors:
https://github.com/FastLane-401/FastLane/runs/5630485284?check_suite_focus=true

ERROR in ./node_modules/react-native-fs/FS.common.js 30:29
Module parse failed: Unexpected token (30:29)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| ***;
| 
> var normalizeFilePath = (path: string) => (path.startsWith('file://') ? path.slice(7) : path);
| 
| type MkdirOptions = ***
 @ ./src/App.js 1:4047-4073 1:69[67](https://github.com/FastLane-401/FastLane/runs/5630485284?check_suite_focus=true#step:3:67)-[69](https://github.com/FastLane-401/FastLane/runs/5630485284?check_suite_focus=true#step:3:69)93
 @ ./index.web.js 1:209-229

ERROR in 
/home/runner/work/FastLane/FastLane/src/App.js
   17:10  error  'isListening' is assigned a value but never used         no-unused-vars
   19:10  error  'partialResults' is assigned a value but never used      no-unused-vars
   20:10  error  'error' is assigned a value but never used               no-unused-vars
   21:10  error  'read' is assigned a value but never used                no-unused-vars
  110:9   error  '_cancelRecognizing' is assigned a value but never used  no-unused-vars
  118:9   error  '_destroyRecognizer' is assigned a value but never used  no-unused-vars
  131:9   error  '_readVoiceLog' is assigned a value but never used       no-unused-vars
  189:9   error  No duplicate props allowed                               react/jsx-no-duplicate-props
  289:3   error  Newline required at end of file but not found            eol-last
@noah-22 noah-22 added the bug Something isn't working label Mar 21, 2022
@noah-22 noah-22 added this to the 2 milestone Mar 21, 2022
@noah-22 noah-22 self-assigned this Mar 21, 2022
@noah-22 noah-22 linked a pull request Mar 21, 2022 that will close this issue
@noah-22 noah-22 mentioned this issue Mar 21, 2022
@noah-22 noah-22 reopened this Mar 21, 2022
@noah-22 noah-22 removed a link to a pull request Mar 21, 2022
@noah-22 noah-22 modified the milestones: 2, 3 Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant