100mslive / 100ms-web

A conferencing and streaming UI built with 100ms SDK.
https://examples-videoconferencing.app.100ms.live/preview/tmz-qdi-cyp
MIT License
197 stars 164 forks source link

The import HMSPrebuilt mentioned in the docs isn't shipped #673

Closed pedromdcr closed 1 year ago

pedromdcr commented 1 year ago

Describe the bug The @100mslive/roomkit-react package ins't properly shipping with the HMSPrebuilt component or it isn't being picked up by Typescript

To Reproduce Steps to reproduce the behavior:

  1. Install roomkit as per docs here
  2. Import the HMSPrebuilt component from the module as per link above
  3. See error

Expected behavior The component should be picked up when imported

Screenshots

Module correctly installed: Module correctly installed

The issue: The error

Setup & Dependencies:

Additional context I've tried restarting the TS server and reinstalling the package to no avail.

saikatmitra91 commented 1 year ago

Hey @pedromdcr

The issue has been fixed in the latest version of @100mslive/roomkit-react

Please upgrade the version to latest to get the above issue fixed. This issue was specific to typescript, adding the typescript ignore comment would have fixed the issue. Anyway this issue is fixed in latest version - 0.1.5

Thanks for reporting the issue.

saikatmitra91 commented 1 year ago

marking the issue as closed.