wordpress-query-posts
wordpress-query-posts copied to clipboard
Im Getting A SyntaxError
Module build failed: SyntaxError: Unexpected token, expected , (19:5)
17 | post={ post } />
18 | );
> 19 | } }
| ^
20 | </div>
21 | );
22 | }
Insert a closing ")" immediately to the left of that error caret indicator as such
post={ post } /> ); } ) }