---
title: "v1.8.2 - React Bug Fixes"
version: "1.8.2"
date: 2025-12-12
description: "Patch release with bug fixes and improvements."
tags:
  - release
  - stable
  - nextjs
  - cli
type: release
breaking: false
draft: false
authors: [KayleeWilliams]
---
## 🐛 Bug Fixes & Improvements

### **c15t**

* Added ability to disable c15t with the `enabled` prop. c15t will grant all consents by default when disabled as well as loading all scripts by default. Useful for when you want to disable consent handling but still allow the integration code to be in place.

### **@c15t/react**

* Fixed Frame component CSS overriding
* Fixed legal links using the asChild slot causing multi-child error

<ContributorBlock usernames={["KayleeWilliams"]} title="Thank you to our contributors" />
