Skip to content
Compare
Choose a tag to compare
@StopNGo StopNGo released this 19 Apr 16:12
· 10 commits to main since this release

Fixing Service Worker starting function which has been incorrectly modified after fixing TypeScript linting error.
All Promises are modified to have unified then().catch() structures.

New

  • Migrating React Router to the configuration with RouteObject and useRoutes hook;

Fixes

  • Fixed Service Worker starting function;
  • Added sw.js file to the webpack copy plugin to proper work in static build;

Improvements

  • Unification of all Promise functions in the project;