From eacdba9d2fe4bc820f4c5553d5667fc626c8646c Mon Sep 17 00:00:00 2001 From: Joris W Date: Sun, 9 Feb 2025 11:58:39 -0300 Subject: [PATCH 1/2] Clarify what `immediate` does --- docs/app/data/fixtures.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/data/fixtures.tsx b/docs/app/data/fixtures.tsx index 3320eacca0..f840b5ba2a 100644 --- a/docs/app/data/fixtures.tsx +++ b/docs/app/data/fixtures.tsx @@ -517,7 +517,7 @@ export const USESPRINGVALUE_CONFIG_DATA: CellData[][] = [ [ { label: 'immediate', - content:

Prevents the animation if true.

, + content:

Prevents the animation if true, applying the `to` styles immediately.

, }, { label: 'boolean | function', From 0e8677a65b92d66960587f82e37d108959c42b76 Mon Sep 17 00:00:00 2001 From: Joris W Date: Mon, 10 Feb 2025 15:55:10 -0300 Subject: [PATCH 2/2] Run Prettier --- docs/app/data/fixtures.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/app/data/fixtures.tsx b/docs/app/data/fixtures.tsx index f840b5ba2a..80891f20a7 100644 --- a/docs/app/data/fixtures.tsx +++ b/docs/app/data/fixtures.tsx @@ -517,7 +517,11 @@ export const USESPRINGVALUE_CONFIG_DATA: CellData[][] = [ [ { label: 'immediate', - content:

Prevents the animation if true, applying the `to` styles immediately.

, + content: ( +

+ Prevents the animation if true, applying the `to` styles immediately. +

+ ), }, { label: 'boolean | function',