static calculateState()

in src/container/FluxContainer.js [261:267]


    static calculateState(
      prevState?: ?State,
      props?: ?Props,
      context?: any,
    ): State {
      return calculateState(prevState, props, context);
    }