Federico Rojas

Results 12 comments of Federico Rojas

I started having this or a similar issue when I migrated to React 18. First time dispatching a notification, it appears for a millisecond, then disappears, and then does the...

I'm open to suggestions as to whether this is something I should leave for people to implement themselves. I'm not too familiar with SSR myself but I could try to...

All you would need to do is add a "stream_key" field to your userSchema when you are creating a new user. ```javascript const userSchema = new Schema({ ... stream_key: {...

I have not been able to replicate this issue. Could you give me some information on your environment so I can fix it? My instinct is it has something to...

I've added OS requirements. Haven't been able to replicate this issue on my environment so I'm pretty sure thats the issue. If this is still a problem, I'll come back...

You can resolve this issue for windows by updating the scripts in your package.json with windows compatible scripts instead of the bash scripts.

The server simply runs off the server/index.js file, it doesn't compile to any build folder. The compiled dist only contains the client build. Depending on how you want to deploy...

I've tested Using these 4 different syntax with Ramda 0.25 and webpack (3.8.1) treeshaking in a production build with module concatenation. These were my results. ``` javascript import * as...

```npm install``` will install dependencies from package.json whereas ```yarn install``` will prefer to use the yarn.lock file. I think this issue is related to https://github.com/doczjs/docz/issues/1552 It seems there is a...

> Hello there! Stuck with the indentation issue. When using the control panel and the following code > > ```js > const props = { > phoneSize: 'm', > icon:...