Maxime Goossens

Results 3 comments of Maxime Goossens

@umairsiddique I created a CodeSandbox that illustrates the issue: https://codesandbox.io/s/5kz6nzjq9p By showing and hiding the editor, you'll see in the log that the editor is undefined when the `onLoad` callback...

@stroypet The usage [example](https://github.com/unlayer/react-email-editor#usage) would become something like this: ```jsx import React, { Component } from 'react' import { render } from 'react-dom' import EmailEditor from 'react-email-editor' class App extends...

@strap8, I did not test your code in practise so I might be wrong, but at first sight I think your solution misses the point of this issue. Under certain...