DEV Community

Discussion on: React Fragments

Collapse
 
daveskull81 profile image
dAVE Inden

I just used the destructuring approach in a Gatsby project of mine. When I first implemented it the code didn't compile, so I came back to this post and found my mistake. I had messed up the import statement. Thanks again!

Thread Thread
 
sarah_chima profile image
Sarah Chima

We all make mistakes as devs. I'm glad the post helped you to fix it.

Thread Thread
 
daveskull81 profile image
dAVE Inden

Oh yes. I’m more than happy to make mistakes and learn from them.