You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant seem to figure out how to get around this issue: (base) Shnun@todds-mbp react-agent % yarn backend:dev
yarn run v1.22.19
$ yarn workspace @react-agent/backend-main dev
$ ts-node-dev index.ts
[INFO] 11:13:31 ts-node-dev ver. 2.0.0 (using ts-node ver. 10.9.1, typescript ver. 5.0.4)
generateComponents start
generateSkeletonCompositionFromStory: skipping - composition already exists
generateComponentsConfigurations: generating configuration
TypeError: Cannot read properties of undefined (reading 'forEach')
at flatten (/Users/Shnun/react-agent/backend/main/react-agent/utils/helpers.ts:31:26)
at Array.forEach ()
at flatten (/Users/Shnun/react-agent/backend/main/react-agent/utils/helpers.ts:31:26)
at Array.forEach ()
at flattenComponents (/Users/Shnun/react-agent/backend/main/react-agent/utils/helpers.ts:34:26)
at /Users/Shnun/react-agent/backend/main/react-agent/generateComponentsConfigurations.ts:32:43
at Generator.throw ()
at rejected (/Users/Shnun/react-agent/backend/main/react-agent/generateComponentsConfigurations.ts:6:65)
[ERROR] 11:13:33 TypeError: Cannot read properties of undefined (reading 'forEach')
The text was updated successfully, but these errors were encountered:
I cant seem to figure out how to get around this issue: (base) Shnun@todds-mbp react-agent % yarn backend:dev
yarn run v1.22.19
$ yarn workspace @react-agent/backend-main dev
$ ts-node-dev index.ts
[INFO] 11:13:31 ts-node-dev ver. 2.0.0 (using ts-node ver. 10.9.1, typescript ver. 5.0.4)
generateComponents start
generateSkeletonCompositionFromStory: skipping - composition already exists
generateComponentsConfigurations: generating configuration
TypeError: Cannot read properties of undefined (reading 'forEach')
at flatten (/Users/Shnun/react-agent/backend/main/react-agent/utils/helpers.ts:31:26)
at Array.forEach ()
at flatten (/Users/Shnun/react-agent/backend/main/react-agent/utils/helpers.ts:31:26)
at Array.forEach ()
at flattenComponents (/Users/Shnun/react-agent/backend/main/react-agent/utils/helpers.ts:34:26)
at /Users/Shnun/react-agent/backend/main/react-agent/generateComponentsConfigurations.ts:32:43
at Generator.throw ()
at rejected (/Users/Shnun/react-agent/backend/main/react-agent/generateComponentsConfigurations.ts:6:65)
[ERROR] 11:13:33 TypeError: Cannot read properties of undefined (reading 'forEach')
The text was updated successfully, but these errors were encountered: