feature(init): initial commit #1
Annotations
8 errors
lint:
example/src/App.tsx#L24
Replace `(after·-·before)` with `after·-·before`
|
lint:
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
|
lint:
example/src/App.tsx#L34
Replace `(after·-·before)` with `after·-·before`
|
lint:
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
|
lint:
example/src/App.tsx#L43
Replace `(after·-·before)` with `after·-·before`
|
lint:
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
|
lint:
example/src/App.tsx#L47
Delete `⏎`
|
lint
Process completed with exit code 1.
|