Chris
Chris
@jcfilben here’s the PR that we discussed over Slack
@jcfilben thanks for the review. I'll update the theme to use `select.clear.hover.color` and `select.clear.hover.background` instead of `select.clear.hoverIndicator`. Do you just want me to style the `ClearButton` component in `src/js/components/Select/SelectContainer.js` using...
@jcfilben Thinking about this more... Since `plain` is deprecated when using the new button `kind`, can `hoverIndicator` be kept to style the hover state and we just update the documentation...
@jcfilben okay, will make the update
@jcfilben PR updated
@jcfilben Thanks for the review. Yeah I had the same thought about using styled components and just wanted to verify w/ you before adding (see my earlier comment above). Will...
@jcfilben Updated, let me know what you think
For now, my team was able to use `ReactGA.ga` to enable cross-domain tracking this way: ```javascript ReactGA.initialize(UA-YOUR-TRACKING-ID, { gaOptions: { allowLinker: true }, }); ReactGA.ga('require', 'linker'); ReactGA.ga('linker:autoLink', ['voleer.com', 'voleer.io']); ```...