react-lua
react-lua copied to clipboard
Fix queue buildup on unchanged state
Removes update from queue when calling setState with equal value as current state. This would previously cause queue buildup until the next rerender.