Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

transform automatic for react not working inside yarn workspace #163

@WoodenPC

Description

@WoodenPC

Hi, i have project, configured with yarn workspaces.
Project structure:
node_modules
src/packages/ui-kit <- Trying to test this package

When i write transform: { react: { runtime: 'automatic', }, }, inside swc jest config i get error TypeError: (0 , _jsxRuntime.jsx) is not a function. What should i do? It seems that swc cannot find react to import runtime js file from node_modules

React version is 17.0.2 .Written as dev dependency and peer dep inside ui-kit package.json "@swc/jest": "0.2.29",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions