From b932d066327a3a137628bca897c5ec550c09b18d Mon Sep 17 00:00:00 2001 From: Max Stoiber Date: Tue, 16 Oct 2018 19:48:22 +0200 Subject: [PATCH] Update errors.md --- src/utils/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/errors.md b/src/utils/errors.md index b3a9c300c..c902e6f4c 100644 --- a/src/utils/errors.md +++ b/src/utils/errors.md @@ -63,4 +63,4 @@ _This error was replaced with a dev-time warning, it will be deleted for v4 fina ## 12 -It seems you are interpolating a keyframe declaration (%s) into a vanilla string. This was supported in styled-components v3, but is not longer supported in v4. Please wrap your string in the css\`\` helper (see https://www.styled-components.com/docs/api#css). +It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\`\` helper (see https://www.styled-components.com/docs/api#css), which ensures the styles are injected correctly.