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
Describe the bug
When I run my dev server, i get the following warnings (everything works though)
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/RecordAudio.tsx' file: Error: ENOENT: no such file or directory, open '/home/phil//node_modules/react-microphone-recorder/src/RecordAudio.tsx'
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/index.ts'
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/useAudioLevels.ts' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/useAudioLevels.ts'
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/useRecorder.ts' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/useRecorder.ts'
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
WARNING in ./node_modules/react-microphone-recorder/dist/esm/RecordAudio.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/RecordAudio.tsx' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/RecordAudio.tsx'
WARNING in ./node_modules/react-microphone-recorder/dist/esm/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/index.ts'
WARNING in ./node_modules/react-microphone-recorder/dist/esm/useAudioLevels.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/useAudioLevels.ts' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/useAudioLevels.ts'
WARNING in ./node_modules/react-microphone-recorder/dist/esm/useRecorder.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/phil/node_modules/react-microphone-recorder/src/useRecorder.ts' file: Error: ENOENT: no such file or directory, open '/home/phil/node_modules/react-microphone-recorder/src/useRecorder.ts'
I start my dev server using this script: "dev": "cp ./envs/.env.local ./.env && react-scripts start",
To Reproduce
I installed the package "react-microphone-recorder": "^1.0.0",
and import it like this import { useRecorder } from 'react-microphone-recorder';
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Package info (please complete the following information):
^1.0.0
Additional context
"react": "^18.2.0",
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run my dev server, i get the following warnings (everything works though)
I start my dev server using this script:
"dev": "cp ./envs/.env.local ./.env && react-scripts start",
To Reproduce
I installed the package
"react-microphone-recorder": "^1.0.0",
and import it like this
import { useRecorder } from 'react-microphone-recorder';
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Package info (please complete the following information):
Additional context
"react": "^18.2.0",
The text was updated successfully, but these errors were encountered: