Cristian Bote

Results 85 comments of Cristian Bote

> What's the status of this PR? If this bug isn't fixed then `goober` needs to be sunsetted. @buchansm what's the status of your financial contribution https://opencollective.com/goober?

Hey @goldmont, not much due to limited time availability and lack of support. PRs are welcomed though. I imagine this could be part of the setup function, but not sure...

Hey @nikitavoloboev, there's a way to pass in a custom `className` to a certain styled component. Take this example: ```jsx const Button = styled("button")` background: tomato; border: none; border-radius: 0.5rem;...

Having the same issue here as @wsliaw. Nice reproduction repo!

Hey @just-boris, thanks for opening this issue! I just opened the linked CodeSandbox and the masked inputs seemed to be working fine, maybe? Can you give it another try and...

Awesome @asharonbaltazar! Thank you! Here it is in the default hashtag renderer https://github.com/cristianbote/react-hashtag/blob/master/src/index.js#L24. I think the most straightforward way to achieve uniqueness is to keep a counter outside and compute...

@developit do you still wanna add the `EMPTY_FUNC` in this PR? Or is it ready? Can be added later as well.

Heya @jluxenberg, Thank you so much for this PR and for the details. `goober` uses `microbundle` to bundle it up, `microbundle` has a `--strict` option. Have you tried passing that?...

@B-Teague is spot on! Thank you for answering it. @cfuendev there are two kinds of libraries: - they work at build time (when you compile your code) and add a...