We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3bda1 commit ddc8da7Copy full SHA for ddc8da7
src/__tests__/render-string-validation.test.tsx
@@ -7,7 +7,7 @@ const originalConsoleError = console.error;
7
8
const VALIDATION_ERROR =
9
'Invariant Violation: Text strings must be rendered within a <Text> component';
10
-const PROFILER_ERROR = 'The above error occurred in the <Profiler> component';
+const PROFILER_ERROR = 'The above error occurred in the <Text> component';
11
12
beforeEach(() => {
13
// eslint-disable-next-line no-console
0 commit comments