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.