José Luis

Results 482 comments of José Luis

@naveenkumarkosari It is something related to NextJS and how it handles the server components. @valentinpalkovic @shilman OK, it seems the components are not really handled as server components but just...

And I got the same issue from another component using `next-intl`: ![image](https://github.com/storybookjs/storybook/assets/5034215/8aad847a-13cc-4541-ae3a-1899cdc7db77)

> @Erns, can you try changing your custom decorator to return `{Story()}` instead of using `Story` as a JSX tag? It does not work when working with RSC.

Here I am, same issue: ![image](https://github.com/storybookjs/storybook/assets/5034215/1b8ea9fc-6149-40c5-b237-69498bf16435)

> docs: { source: { type: 'code' } }, It does not work for us.

Ok, the issue happens when you have an empty storybook, so the automatic placeholder for the addon is showing the default arguments for the storybook, and it should be clear...

> I assume you want the exchange rate of EUR to USD or something like that? If there's an easy API we can use it's an easy thing to implement....

> You can also just use `make install` if your GNU linker (ld) config includes `/usr/local/lib` ([it should](https://unix.stackexchange.com/questions/356624/why-isnt-usr-local-lib-on-the-library-path-by-default)). > > ```shell > git clone https://github.com/festvox/flite.git > cd flite > ./configure...

> Hi, > > is it currently possible to add **tiptap** extensions? I have a couple of custom extensions, I developed some time ago for tip tap and would like...

@dasmikko It should be fixed in the package itself.