David Johnston

Results 50 comments of David Johnston

> I had the same issue and I resolved it by adding: > > ``` > alias: { > react: path.resolve('./node_modules/react') > } > ``` > > to `resolve` property...

^ Ok, the solution I went for to solve this for create-react-app is to use [react-app-rewired](https://github.com/timarney/react-app-rewired) and [customize-cra.](https://github.com/arackaf/customize-cra) Here is my config-overrides.js : ``` const { override, addWebpackAlias, } =...

@ricokahler - Thanks for point that out. I'm glad to see that I'm not the only person with this issue - I've run into it with context as well. Is...

My solution is to insert some empty text after entering the library: ``` //Enter your new entity as per normal const newContent = Modifier.insertText( contentState, selection, " ", // note...

Best solution for this is to set the initial value in a containing object. ie. ``` $scope.sliders = { slider1Value: 420 } ```

Even if this is a configuration error, it should probably fail more gracefully than this.

I believe this was the result of trying to minify a .map file.

Take a look at this thread: https://github.com/spite/ccapture.js/issues/78

Take a look at this thread: https://github.com/spite/ccapture.js/issues/78