wordpress-query-posts icon indicating copy to clipboard operation
wordpress-query-posts copied to clipboard

Im Getting A SyntaxError

Open martyminton opened this issue 8 years ago • 1 comments

Module build failed: SyntaxError: Unexpected token, expected , (19:5)

  17 | 						post={ post } />
  18 | 				);
> 19 | 			} }
     | 			  ^
  20 | 		</div>
  21 | 	);
  22 | }

martyminton avatar Dec 28 '17 15:12 martyminton

Insert a closing ")" immediately to the left of that error caret indicator as such post={ post } /> ); } ) }

K-JAX avatar Feb 26 '19 09:02 K-JAX