[CORL-435] Stable CSS Classes (#2414)

* feat: fixed import issue with react

* feat: initial impl

* fix: review
This commit is contained in:
Wyatt Johnson
2019-07-26 22:43:42 +00:00
committed by GitHub
parent 4f640826de
commit 14e225e26f
102 changed files with 504 additions and 328 deletions
@@ -1,5 +1,4 @@
import React from "react";
import { FunctionComponent } from "react";
import React, { FunctionComponent } from "react";
import { PropTypesOf } from "coral-framework/types";
import { Button } from "coral-ui/components";
@@ -1,5 +1,4 @@
import React from "react";
import { FunctionComponent } from "react";
import React, { FunctionComponent } from "react";
import { PropTypesOf } from "coral-framework/types";
import { Button } from "coral-ui/components";
@@ -1,5 +1,4 @@
import React from "react";
import { FunctionComponent } from "react";
import React, { FunctionComponent } from "react";
import { PropTypesOf } from "coral-framework/types";
import { Button } from "coral-ui/components";
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import {
hoistStatics,
InferableComponentEnhancer,
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import { DefaultingInferableComponentEnhancer, hoistStatics } from "recompose";
import { CoralContext, withContext } from "../bootstrap";
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import { createContextHOC } from "coral-framework/helpers";
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import { DefaultingInferableComponentEnhancer, hoistStatics } from "recompose";
import { Observe, withIntersectionContext } from "./IntersectionContext";
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import {
compose,
hoistStatics,
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import {
compose,
hoistStatics,
@@ -1,4 +1,4 @@
import * as React from "react";
import React from "react";
import { _RefType } from "react-relay";
import {
compose,
@@ -1,5 +1,5 @@
import { RouteMatch, RouteProps } from "found";
import * as React from "react";
import React from "react";
type RouteConfig<Props = any, QueryResponse = undefined> = Partial<
Pick<RouteProps, "query" | "getQuery">