Rafael Violato

Results 11 comments of Rafael Violato

I was having similar issues as the report (empty div) and what solved for me was these 2 things: - Using the default export instead of the named export. (`import...

server is crashing, possibly because of the gql package being very outaded https://www.npmjs.com/package/apollo-server-micro

After using postman to hit the API in the preview environment, I got this in the function logs: ``` 2023-01-12T08:52:44.472Z undefined ERROR (node:8) Warning: To load an ES module, set...

Still same issue after @vercel/node upgrade

Also worth looking into: I think now.json file might be deprecated and now vercel.json should be used but it might require different setup

I have the same issue

[I have created a minimum reproducible example in CodeSandbox](https://codesandbox.io/p/sandbox/numeric-number-format-on-value-change-bug-qrgj2h?file=%2Fsrc%2FApp.tsx%3A56%2C15). I have added two examples there, one using the `customInput` prop and another using the `renderText` prop. I use the output...

@alexanderoskin your issue can be fixed if you stop using the `displayType="text"` prop or simply set it to `"input"`.

@alexanderoskin oh, I missed that you're using React Native. I'm not sure then, maybe you could also try to provide a custom input using the `customInput` prop.