Ali Stump

Results 36 comments of Ali Stump

the easiest fix here seems to be to publish the `/src` directory so as to allow esmodule users to import directly.

React.addons.CSSTransitionGroup has been depreciated in favor of https://github.com/reactjs/react-transition-group which is now being actively maintained and solves many of these problems

I'm having the same problem. This works ```js import postcss from 'rollup-plugin-postcss'; export default { input: 'components/header/header.js', output: { file: 'dist/index.js', sourceMap: true, format: 'cjs', }, plugins: [ postcss({ extract:...

This is a complete blocker for us right now as we need to extract the css but svgo is trying to compile our already compiled datauri encoded svgs and throwing...

I'm happy to help with this! I've been trying to add css modules for the last half hour but they are failing silently. Any idea what could be breaking them?

This requires a refactor of Dropdown to move aria- attributes to LightDOM elements

Adding ArcGIS Online label to this issue as #6366 was an issue reported by Online

If we're going to keep using these we should convert them to `@mixins` with passable parameters so each component can use it's own variables.

Input could also be a mixin, given there are so many very similar components