glittershark/reactable

Why I'm having this problem?

Opened this issue · 3 comments

My code:

import React from 'react';
import ReactDOM from 'react-dom';
import {Table} from "reactable";


ReactDOM.render(
    <Table className="table" data={[
        { Name: 'Griffin Smith', Age: 18 },
        { Age: 23,  Name: 'Lee Salminen' },
        { Age: 28, Position: 'Developer' },
    ]} />,
    document.getElementById('root')
);

And I've got an error
TypeError: Cannot read property 'tr' of undefined

I am also having the same problem and nothing is working for me. Hope we get some clues.

I just think this library is just outdated

@TheyCallMeAlexander I recommend you find another library. There's been no responses from the creator across multiple issues, especially since React 16. We're removing this library from our product.