William
William
is there anyway to help? I won't pretend my 10 years old Qt coding skill will be useful to do it myself X) but let me know if I can...
I'll probably take a look this weekend then. Thanks for the guide :)
Right now, we send a warning because you're trying to skip and array of elements and we don't support that. ```javascript // ./src/index.js if (React.Children.count(code) > 1) { console.warn('Trying to...
Cool, so you can look into the file `src/index.js`which contain the loop that handle the skip property. This piece of code is where you need to put your logic and...
Hi, I don't really understand what you mean :/ Can you provide an example of what your component look like and what you want as a result in the addon...
Hi, sorry for the delay, i was on vacation. I'm sorry but right now, i think we can't do that, mainly because the addon only receive the return statement and...
I tried that too but storybook doesn't accept the class as a return statement because it can't render it. So i guess we should see with storybook if that possible...
A way to help would be to accept a React class as a the return statement, but even then i'm not sure storybook-addon-jsx can handle this kind of code because...
Hi, we have the issue where `--fix` merge both: ``` import { format } from 'date-fns'; import fr from 'date-fns/locale/fr'; ``` is merged into ``` import fr, { format }...