konstaui / konstaui.com

Konsta UI website
https://konstaui.com
30 stars 13 forks source link

Navbar examples generate bad HTML's #11

Open erangac opened 2 years ago

erangac commented 2 years ago

Refer document link https://konstaui.com/react/navbar

The following code snippet from the given examples.

<Navbar
        title="Navbar"
        subtitle="Subtitle"
        className="top-0 sticky"
        medium={size === 'Medium'}
        large={size === 'Large'}
        transparent={isTransparent}
        right={<Link navbar>Right</Link>}
      />

This will generate the following warning when use with ReactJS.

Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.