Jack Bobakanoosh
Jack Bobakanoosh
> @ChristianK43 @djmtype Looks like this _may_ be resolved in the latest version of Astro (`1.0.9`) and MDX (`0.10.1`)! I have a working demo over here with that `Dummy` component...
Apologies I should mention this is in a fresh Vite + vue3 + ts project, using the vite-windicss plugin.
Bump. Still an issue. Haven't used Windi in ages, decided to try it again (forgot about this issue), then ran into the issue again. Adding the class to the `safelist`...
I'd imagine usage for this would support all of the following ```ts useConcatenate("string1", refString.value, refString); const someRefArray = ref(["string1", refString.value, refString]); useConcatenate(someRefArray) ``` I'd be willing to add this if...
It could use the same thing that `useToString` does internally, so that you can do: ```ts useConcatenate([[1,2,3], () => 'myFunctionResult']); ``` or anything else that `useToString` supports.
Also happens to me. I've similarly narrowed it down to `await` calls, in my case it's top-level `await useAsyncData` calls for fetching data for a page. Found these: https://news.ycombinator.com/item?id=34989560 https://zuplo.com/blog/2022/03/04/the-script-will-never-generate-a-response...
Where are you seeing a hydration error in my reproduction? Making that change doesn't fix the original issue either.
Any updates here? I see the MR for it hasn't had any activity for 3 weeks
> Hello @danielroe > > As no one pays attention to this problem, and you just mentioned data fetching.. > > If the route you are on is nested and...
Heads up for anyone else with this issue, I just copied the plugin source to my project (one file) and adjusted it to render on `beforeDatasetDraw` instead of `afterDatasetDraw`