Guillaume Chau

Results 416 comments of Guillaume Chau
trafficstars

@danielroe is working on stuff to simplify the nuxt integration https://twitter.com/danielcroe/status/1590490011501142017

Could someone post a runnable repro so I can take a look at this? Thanks :pray:

Grid mode is now implemented

I can't reproduce on my side. Please provide a runnable reproduction.

@yusufkandemir in your code, if you use strict mode (and you should), TypeScript should compain if you **don't** put the optional chaining operator in the variables function, since `activeBranch.value` can...

Looks like this is introducing hydration mismatch errors when doing SSR because the data is not available to the component yet when mounting :(

I've built an "offline" search into Histoire with full-text capabilities using [flexsearch](https://github.com/nextapps-de/flexsearch) and it's working really well for now. Here are some implementation references: Creating indexes and other utils functions:...

Please give [v0.15.0] a try and report back if your issue is solved or not :pray:

> Normally, I could solve this by adding my own logic to shown and so on, but a slot won't take an event listener. Not sure why you couldn't implement...