Horatio Wang

Results 8 comments of Horatio Wang

I meet the same error when I use `react-query`. in page.tsx: ``` import { QueryClient } from "@tanstack/react-query"; ... // same error const queryClient = new QueryClient(); ```

> 类似于#41929 `new QueryClient` is theoretically irrelevant to `react`. I don't know why this error is caused. And what are the best practices for rehydration with `react-query`.

In BLINK's biencoder, `score_candidates` is the dot product operation on two matrices, but the native `IndexHNSWFlat` only supports L2 distance. The idea of BLINK's encapsulation of faiss is: to transform...

Perhaps rendering multiple HTML tags in the same page caused this error, which is not compliant with the standards. Wrapping [EditEmailPreview](https://github.com/zalify/easy-email/tree/master/packages/easy-email-editor/src/components/EmailEditor) with the [react-frame-component](https://github.com/ryanseddon/react-frame-component) package may resolve this issue.

> Perhaps rendering multiple HTML tags in the same page caused this error, which is not compliant with the standards. Wrapping [EditEmailPreview](https://github.com/zalify/easy-email/tree/master/packages/easy-email-editor/src/components/EmailEditor) with the [react-frame-component](https://github.com/ryanseddon/react-frame-component) package may resolve this issue....

Hello @rifont , if adding the @ApiExcludeController decorator to NovuBridgeController works, then why does the following not work? ``` NovuModule.registerAsync({ imports: [AppModule], useFactory: (notificationService: NotificationService) => ({ apiPath: '/novu', workflows:...

I'm using puppeteer@^24.4.0; I haven't tried Playwright.