Open benposnick opened 3 months ago
Hey @benposnick, thanks for the report and sorry to hear you're having issues. Just to check, are you using the latest version of Code Connect (1.0.2)?
Hey @benposnick, thanks for the report and sorry to hear you're having issues. Just to check, are you using the latest version of Code Connect (1.0.2)?
Yes I am:
"@figma/code-connect": "^1.0.2",
@tomduncalf-figma Is there any additional data / information I can supply to help investigate?
I am having the same issue with Storybook 7.6.19 and Figma Code Connect 1.0.2 (and also 1.0.3)
This is also related to #84
@tomduncalf-figma any updates on this? This has been a bit cumbersome to our team, requiring us to comment out all the Figma Code Connect code every time we run Storybook.
Hey @benposnick, apologies for the lack of update. This is on our backlog to investigate, I'll let you know as soon as we have an update
I am getting an error that says
Can't resolve 'child_process'
when using@figma/code-connect:1.0.2
and Storybook v8.2.3. Commenting out the references to the package fixes the issue.I have included the full error message below as well as my
stories.tsx
file.I found this reference in the codebase to
child_process
and was curious if this is at all related to how Storybook ingests the.stories.tsx
file: https://github.com/figma/code-connect/blob/9911b184741e97e3bc6354e1067451f0bf25f7ad/cli/src/index.ts#L12-L22Output from
npm run storybook
:badge.stories.tsx
file: