feat: Adding sample coded action apps#526
Conversation
Review findingsSeven inline comments posted across the four new sample apps: Missing error handling (3 files)
|
Review findingsOne new inline comment posted this run: Missing error handling —
|
Review findingsTwo new inline comments posted this run: Missing
Both should add The nine previously-raised threads (unhandled rejections on |
Review findingsTwo new inline comments posted this run: Missing error handling in
|
Review findings (this run)One new inline comment posted: Missing error handling on
The eleven previously-raised threads remain open and unresolved. |
Review findingsFour new inline comments posted this run: Unhandled
The 11 previously-raised threads (missing |
Review findingsOne new inline comment posted this run: Dead
The 13 previously-raised threads (unhandled rejections on |
c013737 to
7e76256
Compare
Review findingsOne new inline comment posted this run: OData filter injection —
The 19 previously-raised threads (unhandled rejections on |
7e76256 to
e76c97c
Compare
Review findingsOne new inline comment posted this run: Missing
The 19 previously-raised threads have all been actioned in the code (most issues were fixed; the OData filter injection thread remains open). |
e76c97c to
403cacc
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
403cacc to
d8e02a2
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
d8e02a2 to
037e8b2
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
037e8b2 to
f4c6b7b
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
Review findingsTwo new inline comments posted this run: Premature blob URL revocation in loadDocument effect cleanup (2 files) In both action-app-with-file-attachment-document/Form.tsx:140-146 and action-app-with-storage-bucket-document/Form.tsx:151-157, the useEffect cleanup revokes blobUrlRef.current. When loading succeeds and hasLoadedDocument transitions to true, React re-runs the effect, firing the previous cleanup first — which revokes the blob URL before react-pdf has reliably fetched it. Race condition: PDF viewer intermittently fails to load. action-app-with-data-fabric-entity/Form.tsx already uses the correct pattern: effect cleanup is only cancelled = true, and blob URL revocation lives in a separate unmount-only useEffect. |
bf0cbad to
a81b3de
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
1 similar comment
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
a81b3de to
9fd3b2f
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
Co-Authored-By: Claude <81847+claude@users.noreply.github.com>
9fd3b2f to
2742c65
Compare
|
✅ No issues found. Checked for bugs and CLAUDE.md compliance. |
|



Added sample coded action apps