Sébastien Lorber
Sébastien Lorber
Just trying to understand the new JS supported in v24 From my understanding: - v22 uses v8 12.4 - v23 uses v8 12.9 - v24 uses v8 13.4 Included APIs...
Nit: it's not immediately obvious what this API should be replaced with. Personally, the "WHATWG URL API" wasn't explicit enough, and I had to lookup this PR and search on...
I can reproduce, but it seems to only happen depending on how you close the modal. I can reproduce for the following ways of closing the modal: - pressing "esc"...
v4.4 is out but I can still reproduce: https://github.com/algolia/docsearch/issues/2809#issuecomment-3687000541
I'm not sure to understand the problem, but overall we don't really plan to ship an MDX parser/renderer to the client side 😅 This would increase the weight of the...
Unfortunately, it's unlikely to happen. Those remark plugins have various dependencies, some of them don't even work in a browser. Some plugins even use `fs.readFile`. User-provided plugins might also depend...
Directives are not std CommonMark, you probably need to use this syntax extension with strip-markdown: https://github.com/remarkjs/remark-directive Similarly, tables are a remark-gfm feature afaik: https://github.com/remarkjs/remark-gfm
I agree that the integration of new AI features is too heavy, and expressed the same concerns for Docusaurus usage in https://github.com/facebook/docusaurus/pull/11327#pullrequestreview-3244560142 In particular, it doesn't look like our bundler...
This has been discussed in other RFCs and issues already, see: - https://github.com/reactjs/rfcs/pull/119 - https://github.com/facebook/react/pull/33215 - https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more#concurrent-stores