Skip to content

Commit 770608d

Browse files
marklawlorCopilot
andauthored
Update src/compiler/lightningcss-loader.ts
Co-authored-by: Copilot <[email protected]>
1 parent 505f431 commit 770608d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/lightningcss-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function lightningcssLoader() {
4545

4646
if (packageJSON.version === "1.30.2") {
4747
throw new Error(
48-
"[react-native-css] lightningcss version 1.30.2 has a critical bug that breaks compilation. Please pin the version of lightingcss to 1.30.1; or try upgrading.",
48+
"[react-native-css] lightningcss version 1.30.2 has a critical bug that breaks compilation. Please pin the version of lightningcss to 1.30.1; or try upgrading.",
4949
);
5050
}
5151
} catch {

0 commit comments

Comments
 (0)