Skip to content

Commit 784a1f4

Browse files
committed
fix: add warning for [email protected]
1 parent 6fdb412 commit 784a1f4

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 lightningcss 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 lightingcss to 1.30.1; or try upgrading.",
4949
);
5050
}
5151
} catch {

0 commit comments

Comments
 (0)