react-water-wave
react-water-wave copied to clipboard
Is this working with class based component?
Hey - was wondering if this was working with class based components? I'm not able to make it work when I do it as such:
class App extends Component {
render() {
return (
<div>
<WaterWave
imageUrl={img}
>
</WaterWave>
</div>
);
}
}
export default App;