Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Sharlottes/ve-missing-style-reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanilla-extract issue reproduction

Test Environments

packages version
next v13.4.12
vanilla-extract/css v1.12.0
vanilla-extract/next-plugin v2.2.1

system version
node v18.13.0
package-management [email protected]
os windows 10
system version
node v18.15.0
package-management [email protected]
os windows 11

Getting started

  1. install packages and run dev
pnpm
pnpm dev
  1. check localhost:3000, see there is no orange background on "Hello World". issue1

  2. check network chrome devtool, see there even no CSS file download. issue2

  3. if everything is fine, the result should be like this. image but due to unknown reasons, CSS-injection link tag doesn't appear on the DOM.