Marvio Andre Bezerra Silverio

Results 7 issues of Marvio Andre Bezerra Silverio

I'm trying to use your code, to do it I created these files: **package.json** ``` { "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no...

Any plans to add support to React 17? I have an application using NextJs and it’s not possible to install Recoilize without using —force.

I"m using VSCode and every time that I step into a method the debugger jumps to `base.injector.js` inside of node_modules. More over, it also mess up the source maps -...

The dev mode works great. The production build returns a vage error. ``` Failed to resolve entry for package "fs". The package may have incorrect main/module/exports specified in its package.json....

I want to get the return type of an arrow function. Is it possible? Here is my sample code ``` export const mySample = () => { const result =...

enhancement
help wanted
good first issue

First of all, I really enjoy this project. Great job! I've been using Bun in all my new projects. Any plans to support it?

Running the code as is it works fine. However, if I update to expo 52 Prisma fail to initialize. Do you have any suggestions?