solidjs / solid-styled-components

A 1kb Styled Components library for Solid
MIT License
280 stars 26 forks source link

update to goober: ^2.1.7 #14

Closed btakita closed 2 years ago

btakita commented 2 years ago

fixes "Too much recursion" error: https://github.com/cristianbote/goober/issues/415

Semver should take care of this on update but I'm explicitly stating ^2.1.7 since the recursion issue might be a problem for people who recently upgraded to solid-styled-components: 0.27.4

btakita commented 2 years ago

Forced pushed to include "solid-js": "^1.3.3"

ryansolid commented 2 years ago

Thanks