yorkie-js-sdk icon indicating copy to clipboard operation
yorkie-js-sdk copied to clipboard

Yorkie JavaScript SDK

Results 54 yorkie-js-sdk issues
Sort by recently updated
recently updated
newest added

**What happened**: avator state not sync **What you expected to happen**: avator state sync **How to reproduce it (as minimally and precisely as possible)**: It can be reproduce on codepair...

**Description**: When getting value from Map data structure, it can return null value(undefined in TS) for not having the key. But I found out some functions not checking it properly....

bug 🐞

**What happened**:When I open 2 browsers tab, I attach documents doc1,doc2 on same client in the first tab, and I attach documents doc1,doc3 on same client in the second tab,...

bug 🐞

#### What this PR does / why we need it? https://github.com/yorkie-team/yorkie-js-sdk/assets/81357083/cfac3fd2-7e9e-4091-8b53-dcbeeec6543c **Enhancements in Devtools** Introduce new features in this PR, enhancing the functionality of Devtools: - **Addition of History Tab**...

**What happened**: In the scenario of concurrent editing in `tree.edit`, there is an issue where the `fromPath` and `toPath` for remote change events related to section deletion are not returning...

bug 🐞
sdk ⚒️

**What happened**: Even after intentionally pausing or detaching, the watch stream attempts to reconnect. When pausing or detaching, the `cancelWatchStream()` function is called but due to the `onDisconnect`, the watch...

bug 🐞

**What happened**: In [PR#717](https://github.com/yorkie-team/yorkie-js-sdk/pull/717), a Webpack configuration([`nodeEnv: false`](https://webpack.js.org/configuration/optimization/#optimizationnodeenv)) was added to make `process.env.NODE_ENV` apply in the environment where the library is used. However, this caused the `process.env.NODE_ENV` to not be...

#### What this PR does / why we need it? Introduce VersionVector #### Any background context you want to provide? yorkie-team/yorkie#800 must be merged first #### What are the relevant...

**What happened**: When performing a `tree.edit` operation, the `fromPath` and `toPath` values in document event are sometimes calculated incorrectly. To reproduce the issue, you can run the following test code:...

bug 🐞
sdk ⚒️

**What happened**: An error occurs when editing the Tree due to missing `insPrevID` in the CRDTTree. The issue seems to stem from incorrect nodes being returned in `toTreeNodes` because of...

bug 🐞
sdk ⚒️