squirrelsquirrel78

Results 20 comments of squirrelsquirrel78

Thank you, this is really helpful. I will work on allowing text nodes.

The direct child of `` must be a DOM element because React Scrollama uses a child's `offsetHeight` property to calculate the [intersection margin](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#The_intersection_root_and_root_margin). However, only [HTMLElements](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement) have `offsetHeight`. That's why...

(Note to self: See the wording on the error message `Transitions can only be applied to DOM elements, not components` from Svelte).

@inspectordanno I'm glad this helped! Sorry that the documentation is a bit scattered. @maerzhase I tried doing this once (I gave up) but I do vaguely remember either (a) needing...

I think it should be added to the documentation's [Custom CSS](http://ai2html.org/examples.html#custom-css) section that `text-shadow` is a solution for text outlining (albeit for only a 1px stroke).

Maybe this could be cleaned up and repurposed for an abstracted example? (Just shows countries and also some simple terrain) https://jsonkao.github.io/regl-globe-example

~@z4lem did you ever figure this out? I also cannot load an extension.~ Setting `concurrency` to `CONCURRENCY_PAGE` and using `perBrowserOptions` worked for me.

Ah apologies, in my use case I was able to modify the code to only use one browser instance.

I still got this error (in my SvelteKit app). Adding "type" "module" manually fixed it too.