chrisvxd / story2sketch

Convert Storybook into Sketch symbols 💎
Other
402 stars 32 forks source link

doesnt work with some react-bootstrap components #50

Closed tonyfrolov closed 5 years ago

tonyfrolov commented 5 years ago

i use React to display UI, exactly react-bootstrap components library, when i try to generate asketch.json via CLI, the process stops on 40%, some components that displays properly in storybook don't get into asketch.json

need help with that

screenshot 2018-11-23 at 16 29 18
tonyfrolov commented 5 years ago

i found solution, the problem is wtih concurrency, I set it to value 2 and it works well

chrisvxd commented 5 years ago

Glad you solved it @TonyMasterR. I need to update the default for the project for 2, since it's a safer default than 4.

Adomas202 commented 5 years ago

Also, I would like to add that for me only when I add concurrency 2 before the URL and other configs in launch command I am not getting that error. For instance: story2sketch --concurrency 2 --url https://localhost:9001/iframe.html --output stories.asketch.json