xmtp / xmtp-js

XMTP client SDKs for JavaScript applications.

Home Page:https://xmtp.org/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: ENOENT: no such file or directory

fabriguespe opened this issue · comments

Describe the bug

While using the JS or React SDK the app functions as expected, but I receive a recurring error in the console regarding a missing file. The error is as follows:

Failed to parse source map from '/path_to_my_code/node_modules/@xmtp/proto/ts/message_contents/signature.pb.ts' file: Error: ENOENT: no such file or directory, open '/path_to_my_code/node_modules/@xmtp/proto/ts/message_contents/signature.pb.ts'
CleanShot 2023-11-07 at 16 53 19@2x

closing this in favor of xmtp/proto#115