Dmytro Izotov

Results 6 issues of Dmytro Izotov

The following warning is shown upon upgrading to React 16.9.0: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching...

I receive a following error when clone the repo and try to run `gatsby develop` both on my local environment and [codesandbox](https://codesandbox.io/s/github/renvrant/gatsby-mdx-netlify-cms-starter) ``` ERROR #98123 WEBPACK Generating development JavaScript bundle...

Whenever I use a storybook-state addon in my storybook, Story Source field shows information about the state instead of showing the info about the code. ![Image of wrong output](https://i.postimg.cc/NFfJS229/Screenshot-2019-07-26-at-13-29-51.png) ###...

Hi. First of all, thanks a lot for this template. It's excellent to have it. Would it be possible to add a hot reload to it? Would be great if...

enhancement
good first issue

Hi, It adds script which enables hot reload via nodemon, ts-node and tsc-watch. This is based on the guidelines posted in the issue #57

The following warning is shown upon upgrading to React 16.9.0: ``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching...