scttcper / ngx-emoji-mart

Customizable Slack-like emoji picker for Angular
https://ngx-emoji-mart.vercel.app
MIT License
450 stars 94 forks source link

Incognito localStorage access #428

Open darkomtc11 opened 1 year ago

darkomtc11 commented 1 year ago

Using the picker in browser incognito mode breaks the picker itself, since it uses localStorage. localStorage is not accessible in incognito, so you should try/catch that access.