const [currency, setCurrency] = React.useState<Pokedex | null>({null});
Argument of type '{ null: any; }' is not assignable to parameter of type 'Pokedex | (() => Pokedex | null) | null'.
Object literal may only specify known properties, and 'null' does not exist in type 'Pokedex | (() => Pokedex | null)'
Получаю ошибку, данные с сервера не приходят