After upgrading to Storybook I'm getting the error from TypeScript that 'React' has no exported member 'SFC'.
It's related to the markdown-to-jsx module:
../../node_modules/@types/markdown-to-jsx/index.d.ts
But I have absolutely no idea what is wrong.
I'm the only one in the project with the problem, and Google isn't helping.
We are not using React in the project.
I've tried deleting node_modules and doing a fresh install.