Matt

Results 51 comments of Matt

I set my page to link to the other page and pass a query string, for instance `www.mydomain.com/#querystringhere` Then I evaluate what the hash is that is passed in on...

I've done as you explained however it still isn't working for me. I'm not getting any console errors however the counter is not showing up. ### index.html ```html ``` I...

Thanks, I'll give it a try. I gave up on it for that project but will try doing it in a codepen to see if that works.

Some movement here would be great. ``` warning "@react-theming/storybook-addon > @storybook/addon-devkit > @storybook/addons > @storybook/api > @reach/router > [email protected]" has incorrect peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0". ```

Still an issue. ``` warning "@react-theming/storybook-addon > @usulpro/[email protected]" has incorrect peer dependency "react@^16.0.0 || ^15.5.4". warning "@react-theming/storybook-addon > @usulpro/[email protected]" has incorrect peer dependency "react-dom@^16.0.0 || ^15.5.4". ```

Any update here? Seems like a pretty straightforward question.

For anyone that comes here, I'm using onChange without an issue on latest build. and `react-select` is trash. I switched to it for a different reason, spent a week getting...

I'm also having the same issue with the latest `1.0.4-beta6` when mounting a component in a Jest unit test. I'm using Enzyme as well. ``` TypeError: this.el.select2 is not a...

@rkit any help you could provide here? I've spent a week trying to figure this out, building mocks for select2, importing jquery in different places, etc. This is the only...

Thank you @agungyuliaji, you're a lifesaver!