Caitlin Munley

Results 16 comments of Caitlin Munley

@pedronauck What's the status of the next release that includes #6 and #18? I would like to use CSS Modules for some components but not all.

@khalwat Encountered this issue as a regression after upgrading from v3.4.10 to v3.4.41 recently. We use Imager-X with imgix for transforms (`useForNativeTransforms => true` and we have `auto=compress,format` as `defaultParams`),...

Confirming that `3.4.50` has corrected this issue! Thank you!!

+1 since I also saw this issue. It was generating: ``` /** * @method test * @param {[type]} * @return {[type]} */ ``` But then I saw @spadgos's formatting is...

I'm also interested in a setting to allow `@param` to have the `name` before `{type}`.

Specifying a scope with a type seems to be working now, though it should be noted somewhere that the order of `types[]` matters. I had to put the scope-specific types...