Replies: 1 comment 1 reply
-
I think this is what you want: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please forgive my ignorance, or if this is a stupid question.
In the following component the final return line is
return data?.posts
.What does the question mark do? Append post if not empty?
And trying to google a question mark is not helping.
Also how do you add
generalSettings
to the return?The following didn't work
return data?.posts.generalSettings
return data?{.posts,.generalSettings}
Component
Beta Was this translation helpful? Give feedback.
All reactions