Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1160·stitches

Not compatible with `moduleResolution: "Bundler"`

Author: OnkelTemCreated Dec 27, 2023Updated Dec 27, 2023

Bug report

Describe the bug

A library using stitches cannot utilize "moduleResolution": "Bundler"

It leads to TS error:

TS2742: The inferred type of Button cannot be named without a reference to
../node_modules/@stitches/react/types/css-util
. This is likely not portable. A type annotation is necessary.

To Reproduce

Repo: https://github.com/OnkelTem/_stitches-inferred

  1. npm i
  2. npm run build

Expected behavior

No error

System information

  • OS: Linux
  • Version of Stitches: 1.2.8
  • Version of Node.js: 20.7.0

Source: stitchesjs/stitches

View original on GitHubView discussion on GitHub