Omar Khatib

Results 27 comments of Omar Khatib

Hi @WickyNilliams , Polyfills already there, also last working version in ie11 is v0.9.4

Hi @WickyNilliams, there were no problem or error message in console, I think it's related to multiple classes support, because it can initiate it but can not add or remove...

Hi @smhnfreelancer, so in general, is it working with RTL?

just remove static from init function ```diff - public static function init() + public function init() ```

Hey everyone, I spent the last 2 days trying to solve this problem , thanks for @awdyson I got a working version from his screenshots therefore I would like to...

I have the same setup where I test my packages with vitest, since upgrading to 17.2.8, everything is failing. I tried with disabling even the setupFile option, I even get...

if you use patch-package you could make it works by adding to package.json ``` - "require": "./dist/index.js" + "require": "./dist/index.js", + "types": "./dist/index.d.ts" ```

I tried to do the same concept and I thought it might work. so I downloaded my translations from phrase app and cached them using next cache so far everything...

could you update this PR, tsup supports exporting .d.cts now. https://github.com/egoist/tsup/pull/934

@andrewgeorgemitchell thank you for the fix, I will check it