Max Medina

Results 8 comments of Max Medina

> I'm sorry, that's an import not an export 🤦‍♂️ > > I see you're right, it's exported in styled-components here: > > https://github.com/gregberge/xstyled/blob/250d21f6c033e8f304dafd5b622007c3dcf24453/packages/styled-components/src/index.ts#L16 > > Did you get anywhere...

I want to do exactly the opposite. Can I pre-render just one single route? for example. ignore index.html but prerender about.html

wait what? are you using socket_io_nexus? if so, then can you share your code? I got it working with NodeJS as socket.io (2.x) server and python running nexus as client....

I copied and pasted the code and I don't the error. Although, I'm using windows. are you doing something else?

Here I'm running socket io and expressjs at the same time. https://pastebin.com/XNVeVms5

btw, have you tried using another port? in that example, you are using 443 (https) for an http address

I was having the same problem, I managed to solve it by changing the order of the data being received from the HTTP request. Here's a link to a project...

@jieliu218 you can see what I'm doing here. https://github.com/maxmedina05/react-product-page/blob/master/src/components/review-list/ReviewList.js I just tested it on Chrome.