- 000
The solution to the Fraction package problem that occurs when deploying on Netlify using the GitHub repository(Not Uploading Locally) is to use another package called Fracty instead of Fraction.
First uninstall Fraction package
npm uninstall Fraction
Then install Fracty package
npm install fracty
At...