Albert Brand
Albert Brand
You can add an extra nullish coalescing check after array lookups: ``` if (!response.headers?.['content-type']?.startsWith('text/html')) { ```
I think you're missing a ``` scene.viewer.start() ``` after ``` scene.build() ```
Have you tried https://github.com/haydenull/slidev-addon-excalidraw? It enables you to render excalidraw drawings as part of your slideshow - it does not render PNGs and does not allow editing from Slidev, but...
@antfu @kermanx strange, this change works locally. Is netlify reusing runners? It might be some leftover files issue.
> > Previously, when a user would edit text inside tldraw labels, those keyboard events would be stopped. Now, since the new rich text labels have been introduced, these events...
Created a workaround for my component by stopping propagation of the event to the parent component. Thanks for thinking along @mimecuvalo!
@antfu @kermanx This commit with upgrades https://github.com/slidevjs/slidev/commit/d11ddbdb361b2cffb534666c4fa3fd08ae4b2182 seems to have broken builds. When I do a `pnpm i` (with or without force) with that commit checked out and then run...
@bcherny how to proceed? I would love to see this fixed for my EU-bound organisation.