From 4b5d852543e7cbebde6b6794453aed93fae6bc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 1 Sep 2026 21:23:18 +0200 Subject: [PATCH] Remove react-nextjs example from v6 docs React Bootstrap has no Bootstrap v6-compatible release yet, and its components render their own DOM, so pairing it with v6's CSS breaks styling entirely. The example was dropped from twbs/examples' v6-dev branch for the same reason (twbs/examples#997); this removes its listing from the docs examples page to match. Co-Authored-By: Claude Sonnet 5 --- site/data/examples.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/site/data/examples.yml b/site/data/examples.yml index ba89b4e6d900..69c971b427d2 100644 --- a/site/data/examples.yml +++ b/site/data/examples.yml @@ -21,10 +21,6 @@ description: "Import and bundle Bootstrap's source Sass and JavaScript via Parcel." url: /examples/tree/main/parcel indexPath: src/index.html - - name: React - description: "Import and bundle Bootstrap's source Sass and JavaScript with React, Next.js, and React Bootstrap." - url: /examples/tree/main/react-nextjs - indexPath: src/pages/index.tsx - name: Vite description: "Import and bundle Bootstrap's source Sass and JavaScript with Vite." url: /examples/tree/main/vite