Saul Flores

Results 6 comments of Saul Flores

[NextJS](https://github.com/securingsincity/react-ace/issues/27) offers great support for React.JS server-side rendered applications. They have the dynamic function where it allows you to import client side only. The implementation that I use. **Client Side...

I have not seen any issues, duly noted that I am following the Next,JS framework guidelines on how to develop.

@radikris did you add the ssr:false key?

**SOLVED LOOKED AT END OF COMMENT** I an having the same issue, I tried creating diffrently libraries but by running `npx create-react-library testComponent` I get the following results, I am...

@ayoubphy I am having a very similar issue So here is my example ``` import { api } from "~/trpc/react"; import * as React from "react"; const Reciepts = ()...