Closed Omer-Szerer closed 1 month ago
Prevent Unsafe member access .attending on ananyvalue. problems being reported in .jsx files which are not reported with other JavaScript file extensions.
Unsafe member access .attending on an
value.
.jsx
const response = await fetch('http://localhost:3000/guests/1'); const updatedGuest = await response.json(); console.log(updatedGuest.attending);
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Prevent
Unsafe member access .attending on an
anyvalue.
problems being reported in.jsx
files which are not reported with other JavaScript file extensions.