React site warning: The href attribute requires a valid address. Provide a valid, navigable address as the href value jsx-a11y/anchor-is-valid January 21, 2023 by Tarik Use href="/#" to replace href="#" OR href="javascript:;" OR href="javascript:void(0);" It should remove the warnings.