Nestor Vera

Results 235 comments of Nestor Vera

I can't find internal types like `Serializers` being exported from the root or added to Nuxt's types. Would be nice to be able to import from a single place instead...

> Heads up, [#1251](https://github.com/nuxt-modules/sanity/pull/1251) which recently merged into the main branch, removes a lot of internal types in order to adapt to `@portabletext/vue`, including `Serializers`. I'm not sure about the...

What I usually do is document components that are strictly presentational. On my stories I import a JSON with placeholder content for the component and pass it in as args....

I think this is just a duplicate of #891. Will test this week to confirm.

HMR seems to be (partially) working on my end when running `nuxt dev` but **ONLY** for changes made to the components I'm documenting. To make changes to my stories or...

I think the regression was introduced in https://github.com/nuxt/nuxt/pull/30620, more specifically the changes made to `isIgnored` and the introduction of `createIsIgnored` (https://github.com/nuxt/nuxt/pull/30620/files#diff-79ce1279f3fd2f0b204a255c2587d9e3b9ca8e9e14e8b1e7f83e2bf74c271143R6-R8). Not sure what the proper fix should be, but...

> [@hacknug](https://github.com/hacknug) Thanks for the effort. I applied the changes to `.storybook/main.ts` in the reproduction environment but I still end up with an `_VUE_HMR_RUNTIME__ is not defined` error. Are you...

> my guess here is that nuxt is _correctly_ ignoring storybook files. like tests, they should not be included in the nuxt build or watcher. the storybook module should, if...

@tobiasdiez everything seems to be working ok on my end (both with nuxt and storybook dev). Not sure why Showcase doesn't show the fonts on [the only link I can...

Look like this was fixed in v0.11.3 of the `@nuxt/fonts` module: https://github.com/nuxt/fonts/releases/tag/v0.11.3 I believe we can close this issue 👍