amotify 0.2.139 → 0.2.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,14 +46,7 @@ let Test = () => {
46
46
  >
47
47
  <Button.Sub
48
48
  onClick={ () => {
49
- set_value( <>
50
- Hello World <br />
51
- Hello World <br />
52
- Hello World <br />
53
- Hello World <br />
54
- Hello World <br />
55
- Hello World
56
- </> )
49
+ console.log( Accordion.fn.isOpen( accordionID ) )
57
50
  } }
58
51
  >
59
52
  Hello World