evg1n

Results 17 comments of evg1n

Hello, Any updates on this? Actually I am having problems deploying this on Heroku. Thanks in advance.

> There is a run button on the top (triangle like a play button), press it and in console you'll have something like this: >http://node16.codenvy.io:47612 Example app listening on port...

Hello, If you can reproduce the issue on a CodePen or alike, I would like look into it. If its still relevant of course.

Can you please try this? You can compose a controlled wrapper for Trumbowyg component. I normally use it with `react-redux`, I tried to simplify it with React Hooks. tl;dr: [Codesandbox...

@andreas0607 I don't understand what we achieve by assigning `data` prop's value `""` or `undefined`. You can achieve the same thing by just passing `data={""}`. Then extract the value inside...

Checklist for `Meteor` + `React` // install packages - [ ] `$ meteor npm install semantic-ui-react` - [ ] `$ meteor npm install semantic-ui-css` - [ ] `meteor add semantic:ui-icon`...

> @evg1n Thanks for your help > will try the last 2 steps soon and see. @msgfxeg have you tried the solution? For a sub-set of icons, I still get...

Thank you for your response @ethanshar . Unfortunately, your solution does not work for me. I moved `import App from "./App.jsx";` after `Colors.loadColors` but no luck Please observe the below...

It seems the best possible work-around is to combine styles inline. `style={{...styles, backgroundColor: Colors.customColor}}`

> I'm going through the same problem. > > An interesting fact is that if I open the code editor and "save" the file, hot reloading react-native will make the...