Ryan (Narayan) Dhungel

Results 11 comments of Ryan (Narayan) Dhungel

same issue here. I've been using this package for long time, never had this issue: ![Screen Shot 2022-07-07 at 4 37 26 PM](https://user-images.githubusercontent.com/15702617/177708006-3f602098-921f-401a-959a-b7778a8ad84d.png)

Put it in your `server.js` `app.use(bodyParser.json({ limit: "5mb" }));`

I just visited your site and it seems to work fine. API is sending posts and users and your frontend is displaying on the page. So there is no `cors`...

When you create droplet, they give you password right there.. thats why they don't send email. Didn't you see the password or you haven't completed all the steps yet? Just...

I tried next.js examples. That's for draft.js. That works but I like your editor Dante :) So First thing i do is import : `import Dante from 'Dante2'` I get...

@miguelangeltorresfp Works completely in the client side only, not only to create blog but to render blog too because you need Dante to render the content so pretty useless if...

@michelson thanks but i can't use theme. This throws an error: `import theme from 'Dante2/package/es/components/Dante/themes/default';`

![Screen Shot 2019-12-08 at 7 07 31 PM](https://user-images.githubusercontent.com/15702617/70386604-84d9d280-19ee-11ea-811d-057a65d5063f.png)

@mohcinenazrhan sorry I didn't understand.. I have two page in my app. One is pre-rendered, other is not. I want to know why its happening and the possible solution. It's...

> @kaloraat You can't use React context here, as that's not even a component, and it gets created outside one, what you could do is import firebase and use one...