3.3.1
What's Changed
- ChakraStylesConfig generic default fix by @csandman in #89
- Change the default value for the
IsMulti
generic on theChakraStylesConfig
interface to beboolean
instead offalse
- This is to fix any type errors from using the
isMulti
prop along with aChakraStylesConfig
object - This was made in response to #88
- This is to fix any type errors from using the
- Change the default value for the
Full Changelog: v3.3.0...v3.3.1