Pouya Sanooei
Results
2
comments of
Pouya Sanooei
I can add multiple --ignore for same functionality `ag -i --nocolor --nogroup --column --ignore=docs --ignore=README.md ` and it works fun fixing my problem but can't use brakets
Having the same problem but I'm actually dispatching actions. I think it's almost related to #503 ``` handleIndexChanged = (e, { index }) => { if (index === 0 ||...