Warnings appear in the code because of following incorrect practices and it is best to remove them. The attached screenshot shows the warnings that appear during code compilation.
Solved in #51 for warnings other than "the href attribute requires a valid value to be accessible."
The warning : "The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid"
is coming in the code when we have used <a href="#" While there are many ways to remove this warning, the correct way is to use a button and then use css on the button to make it look similar to the link. A good discussion to follow regarding this issue is https://github.com/facebook/create-react-app/issues/4141. @lbrabec or someone else in the community, can you please tell if this is a good enough issue to pick?
This issue is no longer relevant, closing
Metadata Update from @lbrabec: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)