// @flow export const disableIsFirstRender = (envState: Object) => ({ ...envState, isFirstRender: false })