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
additional typescript checks if useResource value is a function type, so it's
impossible to accidently miss the external function wrapper during initialization
<Match /> narrows down renderProp type to non-nullable values
Changed
<Await /> now renders nothing instead of throwing an error, if nullish for prop was supplied
default module format switched from cjs to mjs
builder changed from vite to tsup
exports declaration was changed for better cjs/mjs support
stricter internal dispatch checkings in useResource
documentation and changelog typos, wordings and better examples