From b6980ab9809fc3ddc68c20129618f0414d49b2a4 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Fri, 30 Jan 2015 18:56:52 -0800 Subject: [PATCH] [Docs] Add note on classSet deprecation --- docs/docs/10.3-class-name-manipulation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/10.3-class-name-manipulation.md b/docs/docs/10.3-class-name-manipulation.md index e898646398..15b41101e6 100644 --- a/docs/docs/10.3-class-name-manipulation.md +++ b/docs/docs/10.3-class-name-manipulation.md @@ -6,6 +6,10 @@ prev: two-way-binding-helpers.html next: test-utils.html --- +> NOTE: +> +> This module now exists independently at [JedWatson/classnames](https://github.com/JedWatson/classnames) and is React-agnostic. The add-on here will thus be removed in the future. + `classSet()` is a neat utility for easily manipulating the DOM `class` string. Here's a common scenario and its solution without `classSet()`: