diff --git a/.changeset/gold-peaches-wink.md b/.changeset/gold-peaches-wink.md new file mode 100644 index 0000000..38b7bb6 --- /dev/null +++ b/.changeset/gold-peaches-wink.md @@ -0,0 +1,5 @@ +--- +"@trpc-swr/client": patch +--- + +Fixes SWRConfigation options type being empty object, adds a Typescript test case to ensure options type is correct.