BlueEagle

Results 3 comments of BlueEagle

I am seeing this as well, any leads anyone?

@indolent-developer I got it working by trying to load the component lazily. Something like this: ` var ReactJson = null; class JsonEditor extends React.Component{ constructor() { super(); } componentDidMount() {...

Thanks @Rid ! Let me see if i can file a PR for this. Hope the above hack works for all in the mean time.