Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. Zielak
    Z

    Zielak

    @Zielak

    Chat Follow Unfollow
    1
    Reputation
    1
    Posts
    1279
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with Zielak
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    Zielak Follow

    Posts made by Zielak

    RE: Uncaught TypeError: colyseus_js__WEBPACK_IMPORTED_MODULE_1___default.a is not a constructor

    Colyseus.js doesn't have a default export.

    https://docs.colyseus.io/client/client/

    import Colyseus from "colyseus.js";
    // ...
    
    let client = new Colyseus.Client("ws://localhost:2567");
    
    posted in Questions & Help •