if (property === '_statefulSelector') {
      // if stateful value already resolved just use that
      const newStyles = _.isFunction(value) ? value(Component.props, Component.state, Component.context) : value
      styles = resolve({
        ...pluginInterface,