Jack Clackett
Jack Clackett
At the same time as this error I get the: "async/await is not yet supported in Client Components, only Server Components." error from React (https://react.dev/errors/482). But im not using async...
Looking into the breadcrumbs of what the user did, its not on navigating to the page, its when they submit the server action, but they did it 3 times successfully...
Still getting this when certain users call a server action
Im wondering if it's something to do with deployment skew, I got a lot of errors just after I deployed a new version - though I cant replicate :(
So happy this has been fixed, any chance this can be backported to next 14.x?? I cant upgrade to next 15 quite yet and this error is happening often!
Also facing this, I have: ```json "react-instantsearch": "7.13.9", "algoliasearch": "5.18.0", ``` Client imported like: ```ts import { algoliasearch } from 'algoliasearch'; export const searchClient = algoliasearch(...) ``` Error: ``` Type...
@Haroenv It seems in v5, algolia/lite isnt a thing anymore though?
@Haroenv ahh, youre right, probably just needed to restart tsserver! Any ideas about all the errors relating to react 19 and "'InstantSearch' cannot be used as a JSX component."?
Thanks! yeah this could work, though I should have really asked in the original post: is it possible to have this as the default for every mutation, as now I...
What URL are we meant to use for EAS json schema? ```json "$schema": "https://raw.githubusercontent.com/expo/eas-cli/refs/heads/main/packages/eas-json/schema/eas.schema.json", ``` doesnt seem to work in vscode