Skip to content

Commit 1842da0

Browse files
Modified error messages
1 parent f97ba92 commit 1842da0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/app/components/ErrorMsg.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ function ErrorMsg({ loadingArray, status, launchContent }): JSX.Element {
3131
case 'Content Script Error':
3232
return (
3333
<div>
34+
If you encounter this error on the initial launch of Reactime, refresh the webpage you are developing.
35+
<br />
36+
<br />
3437
Could not connect to the Target App. Try closing Reactime and reloading the page.
3538
<br />
39+
<br />
3640
NOTE: By default Reactime only launches the content script on URLS starting with
3741
localhost.
3842
<br />
@@ -48,8 +52,12 @@ function ErrorMsg({ loadingArray, status, launchContent }): JSX.Element {
4852
case 'RDT Error':
4953
return (
5054
<div>
55+
If you encounter this error on the initial launch of Reactime, refresh the webpage you are developing.
56+
<br />
57+
<br />
5158
React Dev Tools isnt installed!
5259
<br />
60+
<br />
5361
<a
5462
href='https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en'
5563
target='_blank'

0 commit comments

Comments
 (0)