Grégory Bernard

Results 3 comments of Grégory Bernard

Same here; even using babel-loader. Did anyone manage to make it work? Not using CRA here. Using latest React and Typscript.

Addon docs is working well with this webpack configuration if some need ```javascript module.exports = ({ config }) => { config.module.rules.push({ test: /\.(ts|tsx)$/, use: [ { loader: 'babel-loader', options: {...

@gal1419 I also seen when you don't export component directly I say this error. Cau you try this: ```typescript import React from "react"; import './Button.scss'; interface FancyButtonProps { /** *...