mmacarth

Results 2 comments of mmacarth

Hello, we have the same issue. On 17.0.2 as well. It seems to only happen when running on Windows, not on Mac or Ubuntu.

For others, fyi. We use webpack and we'd solved the issue by adding the following rule: ```javascript { test: /\.js$/, include: /node_modules\/react-share/, resolve: { fullySpecified: false, }, }, ``` This...