Jordi Dosne

Results 14 comments of Jordi Dosne

I have the same issue, did you resolved this ?

Yes it is a problem with module resolution but I am not using `babel-plugin-webpack-loaders`

Just find it, noob error : I replaced `import 'scss/main.scss'` by `import '../scss/main.scss'`

I have exactly the same problem with a similar simple example ``` export default async () => new Response('pong'); ``` Did you find a solution or workaround to make it...

Hi, I have the same problem with [email protected] on dev mode only. I update to 1.1.0 to making this work

Oops I am sorry, I have not the same problem. The `Tr` did not not render at all

I use the `Stepper` component as a workaround. ``` {longCode} ``` Besides, the `defaultValues` prop is mandatory to prevent an error `value is undefined`