Fawaz

Results 2 comments of Fawaz

I can confirm I'm facing this too while trying to load the Sentry SDK ```liquid {% # theme-check-disable AssetSizeAppBlockJavaScript,AssetSizeJavaScript %} ``` ``` Line number: 2 Check options: `{:threshold_in_bytes=>10000}` Theme Check...

By default, this package saves all form data to [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage), so you could just use `localStorage.removeItem('key')` to remove all data for your specifed key So if you have this form,...