Wallace Júnior

Results 8 comments of Wallace Júnior

I have the same issue, any answer on this?

I found a workaround, I don't know if it is practical or if it has any side effects. ```ts export class User extends Model { ... @field("_created_at") created_at: string; @field("_updated_at")...

Any updates here? I would appreciate this feature, as I want to utilize super refine to validate some variables to be required only if another one is a certain value.

I am having the same issue, I am trying to use the [modularizeImports](https://nextjs.org/docs/advanced-features/compiler#modularize-imports) feature from next, but then I get the following error: `Module not found: Can't resolve '@phosphor-icons/react/dist/icons/MagnifyingGlass'`, even...

I managed to solve this problem using the modularizeImports feature from next like mentioned above, but the path for the icons is either incorrect in the `package.json` or for the...

> Hey gang. The paths for the icons were correct, but the typings did not account for the aliasing we do in the `exports` field in `package.json`. I have pushed...

> It might be due to: > > ``` > /react-native-reanimated/lib/typescript/Animated"' has no exported member 'AnimateProps' > ``` how can we solve it?