We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
Improve dev experience a bit, by updating our tooling and the packages we use
Check List
./src
The text was updated successfully, but these errors were encountered:
@reduxjs/toolkit
@ZibanPirate I was thinking perhaps it's the time to use relative imports as well in the mobile codebase.
Old:
import { ErrorBoundary } from "../../../components/error-boundary";
New:
import { ErrorBoundary } from "components/error-boundary";
Sorry, something went wrong.
our first successful milestone is now closed yay 🎊
Congrats to us! it's been so fun
ZibanPirate
omdxp
No branches or pull requests
Description
Improve dev experience a bit, by updating our tooling and the packages we use
Check List
./src
alias in imports on mobile #490The text was updated successfully, but these errors were encountered: