lorof

Results 3 issues of lorof

### What happened? I am unable to apply custom fonts to the text inside tab components in a Vue.js project. Even though I import the fonts directly within the tab...

bug

### Describe the bug When you lock the MetaMask wallet, no notification or event is emitted and the internal isUnlocked() flag remains true. In other words, MetaMask “silently” locks without...

type-bug
Sev3-low
external-contributor
regression-prod-12.18.3
team-wallet-integrations
regression-prod-13.12.0

## What are the steps to reproduce this issue? 1. ![image](https://github.com/user-attachments/assets/3b4a0437-b36a-4402-b196-adb30862971c) 2. ```ts const LimitOrderBatchReplaceObject = z.object({ orderId: z.string() }).and( z.object({ success: z.literal(true) }).or( z.object({ success: z.literal(false), failReason: z.string(), }),...

msw