Skip to content

pending/success/error pattern with jotai -- conditionally check whether .prop(...) resolves to undefined or not #2551

Discussion options

You must be logged in to vote

Just add optional():

return optic.prop('data').optional().prop('outer').prop('inner');

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sebastian-Nielsen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants