Skip to content

getRootIDs is not defined in ReactComponentTreeHook.js #8318

@tomcardoso

Description

@tomcardoso

Just started running into this bug today, everything was going smoothly before then. Only started happening after I updated to 15.4.0.

When I do import React from 'react';, this error gets thrown on the page when I try to use ReactDOM to render something to the DOM. Here's my code:

import React from 'react';
import ReactDOM from 'react-dom';
import App from './main/App';

ReactDOM.render(<App />, document.querySelector('.wrapper'));

I'm using React 15.4.0 and ReactDom 15.4.0, and bundling everything with Rollup and Buble.

Here's a screenshot of what Chrome tells me is happening:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions