feat: reduce eslint warnings #2396
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dpschen/vikunja:fix/reduce-eslint-warnings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@konrad: I am not able to fix the other warnings.
Hi dpschen!
Thank you for creating a PR!
I've deployed the frontend changes of this PR on a preview environment under this URL: https://2396-fix-reduce-eslint-warnings--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.
This preview does not contain any changes made to the api, only the frontend.
Have a nice day!
52a01bb8ea
tod21caf59a0
Looks like the lint now fails :/
d21caf59a0
to0489796997
0489796997
to6fcc8718a5
Should work now
Now we have 64 warnings, on main we have 34… is that intended?
Sry, should have mentioned that:
Yes that's intentional. I added
Destructuring the 'props' will cause the value to lose reactivity
as a warning to prepare for the removal of thepropsDestructure
option in vite.Gotcha, seems like I overlooked that.