feature(init): initial commit #1
Annotations
8 errors
example/src/App.tsx#L24
Replace `(after·-·before)` with `after·-·before`
|
example/src/App.tsx#L24
Assignments to the 'jsiValue' variable from inside React Hook React.useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside React.useEffect
|
example/src/App.tsx#L34
Replace `(after·-·before)` with `after·-·before`
|
example/src/App.tsx#L34
Assignments to the 'pureJsValue' variable from inside React Hook React.useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside React.useEffect
|
example/src/App.tsx#L43
Replace `(after·-·before)` with `after·-·before`
|
example/src/App.tsx#L43
Assignments to the 'jsonValue' variable from inside React Hook React.useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside React.useEffect
|
example/src/App.tsx#L47
Delete `⏎`
|
|
The logs for this run have expired and are no longer available.
Loading