You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classes/_app_components_errorhandler_.errorhandler.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h3>constructor</h3>
114
114
<liclass="tsd-description">
115
115
<asideclass="tsd-sources">
116
116
<ul>
117
-
<li>Defined in <ahref="https://github.com/nmwenz90/reactime/blob/603ef4b/src/app/components/ErrorHandler.tsx#L3">app/components/ErrorHandler.tsx:3</a></li>
117
+
<li>Defined in <ahref="https://github.com/nmwenz90/reactime/blob/2aa145e/src/app/components/ErrorHandler.tsx#L3">app/components/ErrorHandler.tsx:3</a></li>
<li>Defined in <ahref="https://github.com/nmwenz90/reactime/blob/603ef4b/src/app/components/ErrorHandler.tsx#L9">app/components/ErrorHandler.tsx:9</a></li>
143
+
<li>Defined in <ahref="https://github.com/nmwenz90/reactime/blob/2aa145e/src/app/components/ErrorHandler.tsx#L9">app/components/ErrorHandler.tsx:9</a></li>
144
144
</ul>
145
145
</aside>
146
146
<h4class="tsd-parameters-title">Parameters</h4>
@@ -166,7 +166,7 @@ <h3>render</h3>
166
166
<liclass="tsd-description">
167
167
<asideclass="tsd-sources">
168
168
<ul>
169
-
<li>Defined in <ahref="https://github.com/nmwenz90/reactime/blob/603ef4b/src/app/components/ErrorHandler.tsx#L14">app/components/ErrorHandler.tsx:14</a></li>
169
+
<li>Defined in <ahref="https://github.com/nmwenz90/reactime/blob/2aa145e/src/app/components/ErrorHandler.tsx#L14">app/components/ErrorHandler.tsx:14</a></li>
<p>Reactime is a debugging tool for React developers. It records state whenever it is changed and allows the user to jump to any previously recorded state.</p>
74
74
<p>This tool is for React apps using stateful components and prop drilling, and has beta support for Context API, conditional state routing, Hooks (useState, useEffect) and functional components.</p>
75
75
<p>The latest release extends the core functionality by including support for TypeScript applications, improving the user experience through more declarative titles in the actions panel, and extending support for components with conditional state fields. The testing suite has also been expanded with the inclusion of a Sandbox utility to aid future expansion as well as additional E2E and integration tests with Puppeteer and React Testing Library.</p>
@@ -82,31 +82,11 @@ <h1 align="center">State Debugger for React</h1>
<p>Two parts are required for this tool to function: a<ahref="https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga"><strong>Chrome extension</strong></a> and an <ahref="https://www.npmjs.com/package/reactime"><strong>NPM package</strong></a>.</p>
85
+
<p>Just one step needed<ahref="https://chrome.google.com/webstore/detail/react-time-travel/cgibknllccemdnfhfpmjhffpjfeidjga"><strong>Chrome extension</strong></a> and an <ahref="https://www.npmjs.com/package/reactime"><strong>NPM package</strong></a>.</p>
86
86
<ol>
87
-
<li><p>Install the Reactime <ahref="https://chrome.google.com/webstore/detail/reactime/cgibknllccemdnfhfpmjhffpjfeidjga">extension</a> from Chrome Web Store. Alternatively, use <code>src/extension/build/build.zip</code> for manual installation in <ahref="https://developer.chrome.com/extensions/faq#faq-dev-01">Developer mode</a>. Turn on 'Allow access to file URLs' in extension details page if testing locally.</p>
88
-
</li>
89
-
<li><p>Install the <ahref="https://www.npmjs.com/package/reactime">NPM package</a> in your application's root directory. </p>
90
-
</li>
91
-
</ol>
92
-
<pre><code><spanclass="hljs-built_in">npm</span> i reactime</code></pre><olstart="3">
93
-
<li>Call the library method on your root container after rendering your App.</li>
<li>Done! That's all you have to do to link your React project to our library.</li>
87
+
<li>Install the Reactime <ahref="https://chrome.google.com/webstore/detail/reactime/cgibknllccemdnfhfpmjhffpjfeidjga">extension</a> from Chrome Web Store. Alternatively, use <code>src/extension/build/build.zip</code> for manual installation in <ahref="https://developer.chrome.com/extensions/faq#faq-dev-01">Developer mode</a>. Turn on 'Allow access to file URLs' in extension details page if testing locally.</li>
109
88
</ol>
89
+
<p><strong>* for old version instaling <ahref="https://github.com/open-source-labs/reactime/blob/master/readme-OldVersion.md">click here</a> *</strong></p>
0 commit comments