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 ec4149a commit ad13f39Copy full SHA for ad13f39
packages/react-art/src/__tests__/ReactART-test.js
@@ -136,7 +136,7 @@ describe('ReactART', () => {
136
});
137
138
it('should have the correct lifecycle state', async () => {
139
- let instance = <TestComponent />;
+ const instance = <TestComponent />;
140
const root = ReactDOMClient.createRoot(container);
141
await act(() => {
142
root.render(instance);
@@ -147,7 +147,7 @@ describe('ReactART', () => {
147
148
149
it('should render a reasonable SVG structure in SVG mode', async () => {
150
151
152
153
0 commit comments