canyener / indecision-app

A very common and very small app to learn basic fundamentals of react.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Component as a named export in class based components

canyener opened this issue · comments

Instead using like;

class Foo extends React.Component

Import Component as a named export and use like below;

import React , { Component } from 'react'
class Foo extends Component {

Fixed by #45