ci-secure-api icon indicating copy to clipboard operation
ci-secure-api copied to clipboard

User Profile js File error

Open abhiPHPDev opened this issue 3 years ago • 1 comments

Refernce: https://www.twilio.com/blog/build-single-page-application-php-codeigniter-react

When I am going with webpack bind the code, then its shows Error in Unexpected token, expected ", user/profile.js

image

Please do the needful

abhiPHPDev avatar May 08 '21 17:05 abhiPHPDev

const UserProfile = () => { const user = loadUser(); 
    return (
        user.name
        )
}; 

terindo avatar Jun 05 '21 09:06 terindo