wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.15k stars 106 forks source link

Not working with Create React App #107

Closed SaavanNanavati closed 4 years ago

SaavanNanavati commented 4 years ago

import Particles from 'react-particles-js';

Inside my render function, I'm returning just the Particles component.

When I run the React app, nothing shows up. No errors in console either.

Any ideas what could be happening?

SaavanNanavati commented 4 years ago

Nevermind. Fixed.