mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 22:55:36 -05:00
Fix typo in compiler reactNamespace error string
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
error TS5059: Invalide value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
|
||||
error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
|
||||
tests/cases/compiler/reactNamespaceInvalidInput.tsx(2,2): error TS2304: Cannot find name 'my-React-Lib'.
|
||||
|
||||
|
||||
!!! error TS5059: Invalide value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
|
||||
!!! error TS5059: Invalid value for '--reactNamespace'. 'my-React-Lib' is not a valid identifier.
|
||||
==== tests/cases/compiler/reactNamespaceInvalidInput.tsx (1 errors) ====
|
||||
|
||||
<foo data/>;
|
||||
|
||||
Reference in New Issue
Block a user