- Notifications
You must be signed in to change notification settings - Fork928
refactor(site): Improve workspaces filtering#7681
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
8a95c55
cc7d01d
858ee93
1341444
c7ac047
bb2ff77
d9858f5
2e103b4
8671d6a
a423ac6
fc56553
d6a7c6f
8fe547c
2dcd815
82720e4
88b4bb7
66dec40
76bf6ec
92c628c
68bd9f2
4fbbc1a
4e8f4f2
161a8af
9728631
3a77c84
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import "i18next" | ||
// https://github.com/i18next/react-i18next/issues/1543#issuecomment-1528679591 | ||
declare module "i18next" { | ||
interface TypeOptions { | ||
returnNull: false | ||
allowObjectInHTMLChildren: false | ||
} | ||
export function t<T>(s: string): T | ||
} |
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.