Scott Dickerson

Results 25 issues of Scott Dickerson

I have a Wrapper component that wraps another component and needs to expose its propTypes up the chain, so I was trying something like this: `TextInput.propTypes = { ...WrappedComponent.propTypes }`...

Issue: After adding the storybook router as a global decorator to our stories, all of our story snapshots were renamed with an extra space so our snapshots no longer matched....

Here was my configuration: ``` const devPlugins = [ new webpack.HotModuleReplacementPlugin(), new ReactRefreshWebpackPlugin({ overlay: { sockIntegration: 'whm', }, }), new SpeedMeasurePlugin(); module.exports = smp.wrap({ entry: { main: isDev ? ['webpack-hot-middleware/client',...

# Bugs and Questions ### Checklist * [x] This is not a `victory-native` specific issue. (Issues that only appear in `victory-native` should be opened [here](https://github.com/FormidableLabs/victory-native/issues/new)) * [x] I have read...

Type: Enhancement :pencil2:
Issue: Accepted

Instead of hardcoding node_modules and bower components into the build tree, simply specify them as yarn package.json dependencies. Updated the karma config to pick them up from the new location....

* version: 3.3.0 * `node` version: * `npm` (or `yarn`) version: **Do you want to request a _feature_ or report a _bug_?:** Bug **What is the current behavior?:** For FormattedMessage...

Please upgrade your dependency on es6-symbol as it requires es5-ext which had a security vulnerability: https://github.com/medikoo/es6-symbol/commit/c3bc97ff9b72719f496ad921995da10d73c79f2e Details of the es5-ext security vulnerability here: ![image](https://user-images.githubusercontent.com/6663002/80117816-3e27e780-854d-11ea-8aa9-7f3a13dd8c1b.png)

Notice there's a method called setSubframe that this component wrapper doesn't support: https://github.com/airbnb/lottie-web I've submitted a PR to add support for it: https://github.com/chenqingspring/react-lottie/pull/70

lottie-web supports a setSubframe(bool) method to allow you to request that the enterFrame callback is only called back on the exact afterEffects frame. I have a usecase where I need...

If I add the title property to font-awesome, it dynamically adds an aria-labelledby to the rendered svg. The problem is this title is dynamically generating an id, so the aria-labelledby...