Cristen Jones

Results 11 comments of Cristen Jones

I've also got this message in my JS console. I'm using the app.genetify.com service.

hi. here's a stats.json file that produces this error, using latest webpack, webpack-cli, webpack-bundle-analyzer: ``` Could't analyze webpack bundle: TypeError: Cannot read property 'filter' of undefined ``` [stats.json.zip](https://github.com/webpack-contrib/webpack-bundle-analyzer/files/8486062/stats.json.zip)

I think I'm encountering something similar to this, but by trying to pip install from a requirements.txt. The install seemingly goes fine, but the packages are nowhere to be found.

A workaround is to make a change to one of the files that _is_ watched, which will trigger the copy without having to kill the watch process.

Anyone looking for a quick patch, this CSS flips the caret around when the menu is expanded: ```css .dropdown-toggle[aria-expanded="true"]::after { transform: scale(-1, -1); } ``` (use `::before` if using the...

Using search in the `navigate` call worked for me, so I think your v6 equivalent might be `navigate({ search: qs.stringify(params) })`;

Possibly related: The website doesn't even work on Firefox (60.0.1). ![image](https://user-images.githubusercontent.com/2136286/40492349-4b08c0d2-5f3e-11e8-8c5f-a8eafd477c40.png)

I also came across this dropdown issue today. I'd love to see this fix pulled in, @chipcullen!

I've got this too with using sass-brunch, but it happens when I import the gutenberg library. Turms out its config has a [conditional import url statement](https://github.com/matejlatin/Gutenberg/blob/master/src/style/_gutenberg-config.scss#L63). Thanks @wmnnd and @VladimirKasatkin...