Lilou
Lilou
Would this not be a better job for a webworker?
Looks like the PR was closed without resolution :-(
ah, would be useful to document this somewhere.
Looks like the codes used in the example are already stale
I can somewhat workaround this by changing my server-side object declaration to match what client renders, i.e. ```ts { name: 'Hello, World!', '@context': 'https://schema.org', }, ``` But this is finicky...
I think in my case it is the properties that start with `@`.
Thank you!
Looks like it is supposed to be something like this: ```ts import { createOpenAI } from '@ai-sdk/openai'; import { config } from '#app/config.server'; import { defineAction } from '#app/unstable'; import...
I believe this is a similar issue https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/591
Could not get it to work with Remix ESM.