Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 573 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 573 Bytes

StyleX Issue

This repository showcases the issue discussed here

Project

/apps/docs is a simple NextJS application (with app router). It has @repo/ui as a dependency which imports the Typescript directly.

/packages/ui is a StyleX component library package

Setup & Run

  1. pnpm i
  2. pnpm dev
  3. Visit http://localhost:3001 and you will see:

error

  1. Add all the @stylex/... eslint/babel configurations
  2. Re-run and see:

error-2