Closed codykaup closed 1 month ago
📦 Package Size: 5300 KB ⚠️ Compared to main: +36 KB 94f914ec8296ae838bddbaae6366f6fcc1d3d8ec (5264 KB)
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.04% (target: -1.00%) | :x: 0.00% (target: 80.00%) |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
:rocket: PR was released in v11.13.0
:rocket:
Closes #1103
When fixing
unicorn/prefer-module
errors in #1061, I moved the import to the top of the file but sincedotenv
hasn't ran yet, the.env
file is parsed after those imports. Simply moving those to dynamic imports fixes that issue!📦 Published PR as canary version:
11.13.1--canary.1104.11444006930.0
:sparkles: Test out this PR locally via: ```bash npm install chromatic@11.13.1--canary.1104.11444006930.0 # or yarn add chromatic@11.13.1--canary.1104.11444006930.0 ```