Build failed due to import error
Build failed due to import error
After running the build command for my react app the build failed and the below is the response I get.
package.json
An ideal on how to resolve this issue will be much appreciated.1 Reply
Are you using the
scheduler
package directly in your code? If so then you can run that down and fix the import. If its a dep of something else (likely) then you can file an Issue with the repo, use patch-package and fix within your project or figure out what's using the package and remove that and use something else.