Viktor Honti
Results
1
comments of
Viktor Honti
Removing the `${exports}` line and `export`ing the variable worked for me: ```diff const template = ({componentName, imports, props, jsx}, {tpl, options}) => tpl` ${imports} - const ${componentName} = (${props}) =>...