gcorne / wp-react-boilerplate

Get started with using React in a WordPress plugin
129 stars 27 forks source link

Error Invariant Violation: _registerComponent(...) #12

Open annettaws opened 6 years ago

annettaws commented 6 years ago

Hi, i'm starting using your project with the idea to create a wp plugin more easy . After running the 'npm run dev' i got this error:

Invariant Violation: _registerComponent(...): Target container is not a DOM element.

Then I'm trying to use onClick Handler on buttons but nothing append. Maybe is also related to the error above.

Thank.