Ben Rogerson

Results 75 comments of Ben Rogerson

Interesting - any idea what needs to be updated in the repo to get this working?

Would be nice to change the error for sure - I would if I could :D That error is being thrown from up the chain (even though it looks like...

Nice one, great you got it working. If you find a solution to the `useStaticQuery` problem, do you think you could report back? I'd like to know how to fix...

That's great, thanks for reporting back on this 👍

I haven't used those frameworks before but [I've fixed the same error in Next.js](https://github.com/ben-rogerson/twin.examples/blob/master/next-styled-components/next.config.js#L5) (fs isn't available in the client bundle). You may also need the same fix for `module`...

that's probably the better option anyway, more features :)

@mmmoli Great to hear you got around that error! I'd really like your idea of adding a nx-workspace example! Would you be happy to add a PR for `twin.examples/nx-workspace-emotion` with...

There's some overly light documentation for Goober + Twin at the moment - sorry about that. Currently Goober doesn't offer a css prop so you'd need to use styled-components as...

Oh yeah, and when you couple it with Preact then you're cooking 👍

Hey Sam, I've got no immediate ideas but does the "styled.div" syntax throw the same error?