-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
secondLocaleStringsProperty has type any
#18
Comments
|
This is a nasty little problem, and resolving it means addressing phetsims/number-play#199 and the problem of string Properties for the secondary locale. Since that issues is deferred, I decided to (mostly) punt on this issue for now, and label it as deferred. I did rename a couple of things for clarity, see above commits. And I replace the multiple occurrences of //TODO https://github.com/phetsims/number-suite-common/issues/18 replace any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type SecondLocaleStrings = any; |
any
In NumberSuiteCommonPreferences.ts, this use of
IntentionalAny
seems to be causing problems with addressing phetsims/number-play#197:I'll investigate why this is
IntentionalAny
, and whether we can make it type-specific.The text was updated successfully, but these errors were encountered: