Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Conversation

@roerohan
Copy link
Member

@roerohan roerohan commented Jun 12, 2025

Ran codemod to upgrade all strings to rtk

Copy link
Collaborator

@ravindra-dyte ravindra-dyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

el?.addEventListener('dyteStateUpdate', (e) => {
el?.addEventListener('rtkStateUpdate', (e) => {
const { detail: newStateUpdate } = e as unknown as { detail: CustomStates };
console.log('dyteStateUpdateSetup:: ', newStateUpdate);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can replace dyte with rtk in console.log also to avoid any confusion.

@ravindra-dyte ravindra-dyte merged commit 4aca683 into main Jun 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants