Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Equal, Expect } from "../helpers/type-utils";

/**
* Returning to our useStateAsObject function, we now want to make it work
* EXACTLY like useState, where if you NOTHING, it returns T | undefined.
* EXACTLY like useState, where if you pass NOTHING, it returns T | undefined.
*
* If you pass a default value, it should NOT include undefined.
*/
Expand Down