Closed macarie closed 8 months ago
Currently, it's impossible to use negotiators in localeSource.
localeSource
localeSource expects the negotiators to return known locales, but the negotiators return string.
string
Relax the localeSource type or check if the negotiators can correctly infer the return type.
Currently, it's impossible to use negotiators in
localeSource
.localeSource
expects the negotiators to return known locales, but the negotiators returnstring
.Relax the
localeSource
type or check if the negotiators can correctly infer the return type.