You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always encounter this error whenever i put useState variable in the value parameter :"
Error: ENOENT: no such file or directory, open 'D:\appname\worklet_1892348396866'
at Object.openSync (node:fs:594:3)
at Object.readFileSync (node:fs:462:35)
at getCodeFrame (D:\APPNAME\node_modules\metro\src\Server.js:1018:18)
at Server._symbolicate (D:\APPNAME\node_modules\metro\src\Server.js:1100:22)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Server._processRequest (D:\APPNAME\node_modules\metro\src\Server.js:444:7) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: 'D:\appname\worklet_1892348396866'
}
ERROR ReanimatedError: undefined is not a function, js engine: reanimated
"
The text was updated successfully, but these errors were encountered:
I always encounter this error whenever i put useState variable in the value parameter :"
Error: ENOENT: no such file or directory, open 'D:\appname\worklet_1892348396866'
at Object.openSync (node:fs:594:3)
at Object.readFileSync (node:fs:462:35)
at getCodeFrame (D:\APPNAME\node_modules\metro\src\Server.js:1018:18)
at Server._symbolicate (D:\APPNAME\node_modules\metro\src\Server.js:1100:22)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Server._processRequest (D:\APPNAME\node_modules\metro\src\Server.js:444:7) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: 'D:\appname\worklet_1892348396866'
}
ERROR ReanimatedError: undefined is not a function, js engine: reanimated
"
The text was updated successfully, but these errors were encountered: