aaronfullerton / storybook-issue-2615

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is a reproduction of issue storybookjs/storybook#2615

Using storybook 3.2.18, the following is rendered:

working

Using storybook 3.3.3, the following is rendered:

not working

and the following is output to the js console

app.js:131 Uncaught Error: Target container is not a DOM element.
    at invariant (invariant.js:42)
    at renderSubtreeIntoContainer (react-dom.development.js:15180)
    at Object.render (react-dom.development.js:15290)
    at ./node_modules/@storybook/ui/dist/modules/ui/routes.js.exports.default (routes.js:39)
    at App.init (app.js:119)
    at ./node_modules/@storybook/ui/dist/index.js.exports.default (index.js:41)
    at Object../node_modules/@storybook/react/dist/client/manager/index.js (index.js:16)
    at __webpack_require__ (bootstrap 8a59b57e4180c863b8a8:678)
    at fn (bootstrap 8a59b57e4180c863b8a8:88)
    at Object.0 (browser.js:60)
    at __webpack_require__ (bootstrap 8a59b57e4180c863b8a8:678)
    at ./.storybook/addons.js.Object.defineProperty.value (bootstrap 8a59b57e4180c863b8a8:724)
    at bootstrap 8a59b57e4180c863b8a8:724

About


Languages

Language:JavaScript 100.0%