Miguel Michelson Martinez
Miguel Michelson Martinez
Which version are you using? Do you install it as Dante2@next? El sáb., 6 de oct. de 2018 13:07, Seunghun Sunmoon Lee < [email protected]> escribió: > I've tried up to...
please tell us which version of dante are you using and check the tooltips.mdx file for documentation
Hi , which version of Dante2 are you using ?
Plase update package to the next latest. 0.5.0-rc21 Please tell us if that works Best El jue., 3 de octubre de 2019 5:18 p. m., Trần Bảo Huy < [email protected]>...
very interesting, let me review this in the next days to check if everything is working fine thanks
please check your dependences, if they are missing you have to install them also this example could help https://github.com/zeit/next.js/blob/canary/examples/with-draft-js/pages/index.js in order to give more details please paste the console output...
I think we need to handle all the window definitions with something like this: if (typeof window !== 'undefined') { Atte. Miguel Michelson Martinez www.vadb.org On Sun, Nov 24, 2019...
Hi @kaloraat , you can implement a draft renderer from redraft library. here is an example for render draft content content , without the need initialize Dante editor. It implements...
example: ```js import { ThemeProvider } from 'emotion-theming' import DraftRenderer from './draftRenderer' //
hi @kaloraat , maybe you could use the files built at `lib` instead the files build at `es`, So. your imports like `Dante2/package/es/...` modify it to `Dante2/package/lib/...` hope it helps