Tutorial 1: Cells - Code doesn't match generated code, and highlight seems off.
Closed this issue · 2 comments
jacebenson commented
Page: https://learn.redwoodjs.com/docs/tutorial/cells
maybe we should update the /cells tutorial to match the ./web/src/components/Post/PostsCell file instead of the differnt code on the tutorial.
higlighting odd lines in the rename articles query code snippet, we should be highlighing export const Success = ({posts}) and not
)
, same withreturn (
Really just looking at all the code highlights, they should prbably all be looked at.
jtoar commented
Thanks! I've included this fix in redwoodjs/redwood#4781.
jacebenson commented
Thanks!