Closed Ramkumar-r7 closed 6 months ago
So I was using gif-picker-react:'1.3.2 and this is how I was using the gif picker in my code ,I was trying to pass contentFilter as OFF but still i am getting those contents
In the above I have passed HIGH but I have tried OFF also its not reflecting and I have the apikey as well
Hey, I've just checked that and it seems to be working as expected. Passing contentFilter={ContentFilter.HIGH}
produces more friendly search results and category preview images.
For example one of today's featured categories kissing
shows vastly different results depending on this prop:
With ContentFilter.OFF
(default) it shows more verbose results:
And ContentFilter.HIGH
shows filtered results:
In the above I have passed HIGH but I have tried OFF and it is not reflecting and I have the API key as well
This is expected - ContentFilter.OFF
is the default
So I was using gif-picker-react:'1.3.2 and this is how I was using the gif picker in my code ,I was trying to pass contentFilter as OFF but still i am getting those contents