We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445cd00 commit a655740Copy full SHA for a655740
src/libraries/maintainers.ts
@@ -287,6 +287,19 @@ export const allMaintainers: Maintainer[] = [
287
website: 'https://www.linkedin.com/in/jonghyeonko',
288
},
289
290
+ {
291
+ name: 'Wonsuk Choi',
292
+ avatar: 'https://github.com/sukvvon.png',
293
+ github: 'sukvvon',
294
+ maintainerOf: ['query'],
295
+ frameworkExpertise: ['react'],
296
+ specialties: ['TypeScript', 'Test'],
297
+ social: {
298
+ linkedIn: 'https://www.linkedin.com/in/sukvvon',
299
+ twitter: 'https://x.com/sukvvon',
300
+ bluesky: 'https://bsky.app/profile/sukvvon.bsky.social',
301
+ },
302
303
{
304
name: 'Sarah Gerrard',
305
avatar: 'https://github.com/ladybluenotes.png',
0 commit comments