Sébastien Lorber

Results 1447 comments of Sébastien Lorber

Likely before the end of the year But you can use today with a canary: https://docusaurus.io/community/canary

Also seeing the issue, looks related to Bippy instrumentation ![Image](https://github.com/user-attachments/assets/0e78712e-bb4b-4659-87d7-de9cbc9550e1)

Agree that: - order matters, and I reshuffled it - removing the inactive newsletters is useful - Awesome React Newsletter is automated and low quality I still believe I should...

As far as I see (square search button), you upgraded to DocSearch v4 (opt-in). I've double-checked the behavior for both DocSearch v3 / v4, and here's the result on our...

It looks to me like a DocSearch v4 bug: https://github.com/algolia/docsearch/issues/2804 I tried installing the button on a freshly initialized Vite React project, and the button didn't look better.

Can you please provide a runnable minimal repro repository that clearly shows the problem?

I see thanks It doesn't seem to reproduce anymore when turning this Docusaurus Faster flag on: ```ts future: { experimental_faster: { lightningCssMinimizer: false, }, }, ``` Since the new CSS...

Thanks I'll keep the issue open for now, and close this later once the new minimizer becomes the default.

Docusaurus v3.6 is out - PR updated Blog post coming: https://docusaurus.io/blog/releases/3.6 @Simek ready to review

nice catch thanks Switching for cssnano to lightningcss might have some subtle effects on CSS order. Previously our optimizer was a bit too aggressive/unsafe and removing that aggressivity (that doesn't...