Huseyn Guliyev

Results 40 issues of Huseyn Guliyev

Since there is native typescript support in nuxt 2.4 seems this module is deprecated. Then might be a good idea to recommend against using this on readme and point to...

Normally when vite starts it picks up index.html from root folder as mentioned [here](https://vitejs.dev/guide/#index-html-and-project-root) But for storybook it shouldn't start with that index.html, I guess that is what iframe.html is...

### Describe the feature In theory it seems one can use [vueuse](https://vueuse.org/) with this library, which potentially means one can use vueuse outside vue. This would be so huge, but...

Hi, thank you for this library. How can we import local dependencies similar to what we have here: https://sandpack.codesandbox.io/docs/guides/local-dependencies similar to the below: ``` import designSystemRaw from "../design-system/build-sandpack?raw"; ```

**Describe the bug** When adding panels with Gridview via `event.api.addPanel` they appear in wrong order. For example, with vertical layout the panel added first goes to bottom and panel added...

Currently all templates are hardcoded and there is no way to register your own template. This would be very nice and useful.

Some [examples](https://github.com/module-federation/core/blob/60be41eccf8cd6481e0aa7b633b095f60dfa2166/packages/nextjs-mf/README.md?plain=1#L84) show using dependencies ending with `/`, but when I try the same here I get error: ``` error when starting dev server: Error: Missing "./" specifier in "react"...

new version of module federation runtime been released https://github.com/module-federation/core/blob/main/packages/runtime/CHANGELOG.md ``` Minor Changes f2f02c9: provide users to mark shared module as loaded Patch Changes a6e2bed: fix: add attrs option to createLink...

How to reproduce: 1. run host with `vite preview` 2. run remote with `vite dev` 3. open host on localhost:5175 4. see error ``` AgGridDemo.jsx:1 Uncaught Error: @vitejs/plugin-react can't detect...