NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.
https://nerv.aotu.io
MIT License
5.42k stars 267 forks source link

`styled-components` throws `Cannot read property 'componentStyle' of undefined` #129

Open naturalethic opened 5 years ago

naturalethic commented 5 years ago
StyleSheetManager.js:30 Uncaught (in promise) TypeError: Cannot read property 'componentStyle' of undefined
    at StyledComponent.renderOuter (StyleSheetManager.js:30)
    at Consumer.render (create-context.ts:91)
    at lifecycle.ts:148
    at errorCatcher (lifecycle.ts:30)
    at renderComponent (renderer.js:16833)
    at mountComponent (lifecycle.ts:116)
    at ComponentWrapper.init (full-component.ts:51)
    at createElement (create-element.ts:27)
    at mountVNode (lifecycle.ts:75)
    at mountComponent (lifecycle.ts:122)