Skip to content

Commit fc1b2bf

Browse files
committed
Merge branch 'errormsg' into dev
Slight alteration to No Target error message - instructing them to refresh webpage WHILE reactime is open
2 parents a862016 + e12d0f3 commit fc1b2bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/components/ErrorHandling/ErrorMsg.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ function ErrorMsg({ loadingArray, status, launchContent, reinitialize }): JSX.El
3333
case 'Content Script Error':
3434
return (
3535
<div>
36-
Could not connect to the Target App. Try closing Reactime and reloading the page.
36+
Target App not yet found...
3737
<br />
38+
If you encounter this error on the initial launch of Reactime, try refreshing the webpage
39+
you are developing.
3840
<br />
39-
If you encounter this error on the initial launch of Reactime, refresh the webpage you are
40-
developing.
4141
<br />
4242
If Reactime is running as an iframe in your developer tools, right click on the Reactime
4343
application and click 'Reload Frame'
@@ -81,7 +81,7 @@ function ErrorMsg({ loadingArray, status, launchContent, reinitialize }): JSX.El
8181
case 'Not React App':
8282
return (
8383
<div>
84-
The Target app is either not a React application or is not compatible with Reactime
84+
The Target app is either not a React application or is not compatible with Reactime.
8585
</div>
8686
);
8787
default:

0 commit comments

Comments
 (0)