Christian Ranebäck
Christian Ranebäck
Sometimes siblings are really important to looking at when styling custom checkboxes. For example this piece of code is quite common ``` [type=checkbox]:checked + .custom { ... } ``` I...
It says that inputRef needs to be a function, but when using the new ref syntax in react https://reactjs.org/docs/refs-and-the-dom.html the ref is an object. How can i use this component...
This is more of a question than an bug. How can i name the icons icon-[folder]-[filename]. I guess it can be done with the template some how.
When i try it on dev it works perfect, when Im trying this on production its calling with a weird url. ```https://www.mydomaincom/https://www.mydomaincom/static/1487869309421.icons.svg``` webpack.base.js ``` var SvgStore = require('webpack-svgstore-plugin'); var plugins...
The problem with server side rendering is that window doesnt exist. Neiter can it look what px the body has. Would be nice if the prop element also could be...