Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to allow empty setting empty filters too. So that a filter can be cleared. Consider this: ``` <SymbolLayer filter={this.state.filter} ...> ``` Where filter changes from `nil` to `non-nil` then to `nil` again. The removed `if` statement prevents resetting the filter to nil. react-native-mapbox-gl/maps@3b03f64#diff-79220b28bb9c8c50280ea315ef9a4f9cR81
- Loading branch information