weareinreach / InReach

Use valid anchors JS-0739
Anti-pattern
Minor
23 days agoa year old
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
284					</a>
285				),
286				Switch: (
287					<a288						href='#'289						onClick={(e) => {290							e.preventDefault()291							setStepOption('individual')292						}}293					>294						.
295					</a>
296				),