Amir Abdullin
Results
3
issues of
Amir Abdullin
### What problem does this feature solve? **Typing of params from useRoute.** When you have function with typed arguments ``` const someFn = (id: string, type: ResourceType) => {} ```...
enhancement
typescript
has workaround
Fix style tag update, and fix memory leak
## 🐛 Bug report ### Current Behavior When we change file with Linaria styles, we will get new style tag on each change. For example, our changes will be like...