Cosmin Leferman

Results 7 comments of Cosmin Leferman

> > Even if I install the library with `--force`, some of the components functionality break (e.g the ContextualMenu doesn't show the menu on press) > > are you using...

@jkhaui thanks, works like a charm. I don't fully understand the implication of this setting (if there is any). ```json "exports": { ".": { "import": "./src/my-lib.mjs", }, "./sub-package": { "import":"../sub-package/src/sub-package.mjs"...

also interested in this!

@jayzes can confirm, I added `addSuspenseQuery: true` in my codegen.yml and now the generate scripts adds two functions, one with suspense and one without

@justAdevTV yes, `addSuspeneQuery` was a typo. The correct name for it is `addSuspenseQuery`. I will update my comment.

Just stumbled upon this issue today with no errors whatsoever. It was happening on an Azure Function app which celebrated its first anniversary since the last deployment on the 25th...

@BlueBasher can you add some steps on how to start contributing to this extension? I would like to submit a PR for this feature but I'm not sure how to...