Skip to content

chore: fix unsafe type assertions in useEmojiOne #39154

@NAME-ASHWANIYADAV

Description

@NAME-ASHWANIYADAV

useEmojiOne.ts contains two unsafe as any type assertions that bypass TypeScript's type checking.

File: apps/meteor/client/views/root/hooks/useEmojiOne.ts — Lines 14, 18

These assertions should be replaced with proper type-safe alternatives to improve code quality and type safety.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featurePull requests that introduces new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions