Zeeshan Ali Hamdani

Results 10 comments of Zeeshan Ali Hamdani

@privateOmega First of all, I really appreciate all the help. Secondly, I did as you suggested with the import statements. But no luck. I'll list down my finding with each...

> @zees98 Can we try `import { HTMLtoDOCX } from 'html-to-docx';` as well? It's a fluke attempt, but I am out of ideas. ![image](https://user-images.githubusercontent.com/26415558/134646566-a7ba6738-7706-49dc-98c9-4f1a62240ecb.png)

> @zees98 @SensiateLeo are you guys on webpack 5? i executed npx webpack --version in my project and got this: ``` webpack 4.44.2 webpack-cli 4.8.0 webpack-dev-server 3.11.1 ```

Update: I upgraded Webpack. ``` webpack 5.53.0 webpack-cli 4.8.0 ``` But the issue persists.

> @zees98 @SensiateLeo could one of you make a sandbox repo for me also to reproduce this issue? Sure, I'm on it.

@privateOmega @SensiateLeo I wanted to report that the package is indeed working. I made the sandbox project (adding to GitHub in a bit). But what I find mysterious is that...

@privateOmega @SensiateLeo Hello, again guys! **I have got the package to work for me!** I just removed the conversion code from my front end and added it as an API...

@privateOmega Thank you so much! I have been working with Javascript for a total of 4-5 months now. Once I study loaders in JS, I'll be more than happy to...

Facing same issue at work after updating to Ventura Public Stable and Xcode 14.

I am facing the same issue. I observed that when the method lags, it only generates the HTML file and freezes. When I call the method again, it mostly works...