Hinrich
Hinrich
I had the same issue when I had installed flow with yarn. I followed the recommendation from @Jplus2, installed flow-bin globally with npm like this `npm i -g flow-bin` and...
I also have this requirement. I would like my app to be able to import the library css separately for every component.
can we merge this before the PR has its 1. birthday? :) would like to have this feature as well. > Most of the time I'd like to run the...
yes, you are right, the server renders the page with `` tags inside the ``, and browsers seem to strip / sanitize by throwing them out but leave the childNode...
`` tags are also affected. these must also not contain any `` tags. anything we can do to fix this? it is quite annoying because i get a lot of...
You would know better how to fix it properly. When it comes to allow list vs. block list, a block list (the second option) sounds more reasonable to me intuitively....
as a starting point, here is a failing test https://github.com/theKashey/used-styles/pull/57
thanks for that, greatly appreciated! i am happy to accept any pull request for this.