Unrecognised props - radiumConfigContext, styleKeeperContext
Author: johanarnorCreated Oct 21, 2019Updated Jan 25, 2020
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.
Source: FormidableLabs/radium