Hi! We've got an issue with v0.26: _Warning: React does not recognize the `radiumConfigContext` prop on a DOM element._ when using Radium with e.g. `Link` from react-router. ``` import { Link } from 'react-router-dom' const RadiumLink = Radium(Link) ``` I suppose `Link` simply forwards all props to the underlying `a` element.
Hi! We've got an issue with v0.26:
Warning: React does not recognize the
radiumConfigContextprop on a DOM element. when using Radium with e.g.Linkfrom react-router.I suppose
Linksimply forwards all props to the underlyingaelement.