chrisrzhou / react-wordcloud

☁️ Simple React + D3 wordcloud component with powerful features.

Home Page:https://react-wordcloud.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options are working only with first mounting

lgervich opened this issue · comments

I noticed that options prop is applied correctly only when component is mounted . When we store options in state of parent component and modify them then still applies options used when component was mounted. Is it desired behaviour?