0.0.3 Release Candidate
Pre-release
Pre-release
·
39 commits
to master
since this release
Changes:
- Bugfix in
ServiceProvider
:useThenable()
now returns theRefObject
instead of the dereferencedPromiseState
. TheRefObject
should be dereferenced inread()
rather than during rendering since theServiceProvider
does not re-render when theSuspense
component finishes awaiting the thrown promise. - Testing now references the production-built files instead of the original source files, and the workflow rebuilds the project before running tests.
Id
is now an alias for the valid identifier types used to differentiate providers within the sameContext
orService
type.