i got this error below:
Import trace for requested module:
./node_modules/@libp2p/webrtc/dist/src/private-to-private/initiate-connection.js
./node_modules/@libp2p/webrtc/dist/src/private-to-private/transport.js
./node_modules/@libp2p/webrtc/dist/src/index.js
./node_modules/helia/dist/src/utils/libp2p-defaults.js
./node_modules/helia/dist/src/index.js
./src/components/common/test.tsx
⨯ ./node_modules/@libp2p/webrtc/dist/src/private-to-private/initiate-connection.js
Attempted import error: 'RTCSessionDescription' is not exported from '../webrtc/index.js' (imported as 'RTCSessionDescription')
the only thing I import use the a type:
import { Libp2p } from 'libp2p';
but I got an import error. anyone that can help me please?