Unexpected Token Import
import ImageGallery from 'response-image-gallery';
I have a problem with this keyword in my jsx file. How to solve this? Iam using .NET 4.6 and React.NET 3.0. Same with keyword requirement.
ReferenceError: require not defined
source
share