Skip to content

Support hooks and createContext default value in newer versions of preact

Compare
Choose a tag to compare
@sventschui sventschui released this 28 Jan 07:54
· 56 commits to master since this release
  • Since preact renamed options.render to options._render hooks were broken when using newer versions of preact. This is now fixed.
  • Since preact renamed the property denoting the default value of a createContext provider the default value passed to createContext was never used. This is now fixed