v3.0.0
-
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.