Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Why I'm having this problem? #396

Open
ghost opened this issue Mar 22, 2018 · 3 comments
Open

Why I'm having this problem? #396

ghost opened this issue Mar 22, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 22, 2018

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

@ghost
Copy link
Author

ghost commented Mar 29, 2018

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

@ghost
Copy link
Author

ghost commented Mar 29, 2018

I just think this library is just outdated

@timclipsham
Copy link

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant