Right now we have prop-type definitions for the theme object, but because we don't test against them when we fail to update them but theme data evolves we aren't warned.
We should test all of our themes against the prop-types and make sure they work.
Right now we have prop-type definitions for the
theme
object, but because we don't test against them when we fail to update them but theme data evolves we aren't warned.We should test all of our themes against the prop-types and make sure they work.