Conversation
|
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
commit: |
| setOutput((prev) => ({ ...prev, result: value.toString() === result[0].toString() })); | ||
| }); | ||
|
|
||
| return ( |
There was a problem hiding this comment.
This doesn't have to stay but you want to watch the inspector track streams, then enjoy
7932c2f to
25b3f44
Compare
4bf69fa to
830f1ce
Compare
be34d27 to
25b0ce5
Compare
820baec to
db436df
Compare
db436df to
0defa47
Compare
860f37b to
8ea8a8b
Compare
c84c5ea to
78c44de
Compare
brenelz
left a comment
There was a problem hiding this comment.
Do we just go ahead with this. I feel its pretty isolated
|
@brenelz yes exactly, it's supposed to be non-blocking. I'm planning on working on the new superfeature for the dev overlay on a separate branch. |
PR Checklist
Server function inspector, keeps track of server function calls and allows you to inspect both Response and Request easier (than viewing the network tab).
Some TODOs:
multipart/form-datainspectorArrayBufferand other content-typesAlso some UI cleanup to dedupe stuff from the current DevOverlay
Testing
The overlay isn't visually-accessible for now so if you want to open it, go to Console then enter
__START_SERVER_FN__(true)Note
seroval branch doesn't depend on this one, I can rebase this to main when that happens