byzg

Results 2 issues of byzg

At the page https://styled-components.com/docs/tooling#namespace we can see that we can use ``` { "plugins": [ ["babel-plugin-styled-components", { "namespace": "my-app" }] ] } ``` but it is not working when ```ssr:...

Sometimes users need to have select tag like ```html Pending Confirmed ``` instead of ```html Confirmed Confirmed ``` It could be usefull when selectbox is filter-contol element, so developer need...