Skip to content

v3.0.0

Compare
Choose a tag to compare
@dev-javascript dev-javascript released this 18 May 23:27
· 461 commits to master since this release
  • useDynTabs hook returns ready function instead of instance object, as a third element of an array.
    ( tabs can't be manipulated safely before the first render, use ready() to make a function available after the component is mounted )

  • Third element of returned array by useDynTabs hook should not be used as an object, it is no longer recommended and only be kept for backwards compatibility purposes, may be removed in the future. Avoid using it as an object.