You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/nwire/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,9 @@ function createAppContext() {
91
91
92
92
export { createAppContext }
93
93
94
-
// Note: you can also try to omit the type and let TypeScript infer it for you. Using this approach will avoid having to modify multiple places to introduce/remove dependencies.
94
+
// Note: you can also try to omit the type and let TypeScript infer it for
95
+
// you. Using this approach will avoid having to modify multiple places to
0 commit comments