8000 Release v0.0.16 - Return Array · charkour/zustand-di · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.0.16 - Return Array

Latest
Compare
Choose a tag to compare
@charkour charkour released this 01 Jun 16:31
· 1 commit to main since this release

Overview

⚠️ BREAKING

  • createContext returns an array rather than an object.
  • 368 B --> 361 B
+ const [Provider, useStore] = createContext();
- const { Provider, useStore } = createContext();

What's Changed

Full Changelog: v0.0.15...v0.0.16

0