박종준
박종준
hi, @tomduncalf-figma I am using version Code Connect ~~(1.0.3)~~ (1.0.4)
I resolved the issue. I confirmed that what appears as a "nested component" only occurs in the "component playground". Please compare the attached screenshots. It would be great if this...
To identify the root cause of the issue, I created a simplified test scenario that reproduces the error. Here's the code I used: ```js // Test for error scenario function...
"tasks" is available to turbo 2.x. Therefore, the error is occurring because "tasks" cannot be read. As a solution, change "tasks" to "pipeline," which can be read by version 1,...