Skip to content

fix: docsearch/css dependency issue, initial env#17818

Merged
pettinarip merged 1 commit into
devfrom
patch-repo-start
Mar 24, 2026
Merged

fix: docsearch/css dependency issue, initial env#17818
pettinarip merged 1 commit into
devfrom
patch-repo-start

Conversation

@wackerow
Copy link
Copy Markdown
Member

@wackerow wackerow commented Mar 20, 2026

Description

  • Add @docsearch/css as a direct dependency -- the Next 15/React 19 upgrade changed how @docsearch/react resolves this transitive dep, breaking fresh pnpm install for new contributors
  • Add cp .env.example .env.local step to README setup instructions

Related issue

Fixes:

./src/styles/global.css
Module not found: Can't resolve '@docsearch/css'

Adds @docsearch/css as direct dependency to fix issues on initial repo setup
Updates README with explicit instructions for setting up initial .env.local template
@github-actions github-actions Bot added dependencies 📦 Changes related to project dependencies documentation 📖 Change or add documentation labels Mar 20, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 20, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit fb9715c
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69bd9068706c5b0008291eb3
😎 Deploy Preview https://deploy-preview-17818.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 56 (no change from production)
Accessibility: 94 (no change from production)
Best Practices: 100 (no change from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@pettinarip pettinarip merged commit 37a05a7 into dev Mar 24, 2026
8 checks passed
@pettinarip pettinarip deleted the patch-repo-start branch March 24, 2026 13:34
@pettinarip pettinarip mentioned this pull request Mar 27, 2026
pettinarip added a commit that referenced this pull request Mar 27, 2026
PR #17818 added @docsearch/css@^4.6.0 as an explicit dependency, but
@docsearch/react is still at v3.9.0 which expects @docsearch/css@3.9.0.
The v4 CSS caused several regressions: purple search icon, constant
spinner in modal, and broken hover/highlight styles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 📦 Changes related to project dependencies documentation 📖 Change or add documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants