vibora
vibora copied to clipboard
'Vibora' object has no attribute 'add_component'
Describe the bug
Vibora documentation describes a method named add_component.
https://github.com/vibora-io/vibora/blob/master/docs/components/initial.md
However, it does not exist.
To Reproduce I installed Vibora 0.0.6 via pip3, Python 3.6
Type "help", "copyright", "credits" or "license" for more information.
>>> import vibora
>>> app = vibora.Vibora()
>>> config = {}
>>> app.add_component(config)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Vibora' object has no attribute 'add_component'
- See error
AttributeError: 'Vibora' object has no attribute 'add_component'
Try the newest 0.0.7 from master
@danieldaeschle I believe that the document is incorrect. I made a pull request https://github.com/vibora-io/vibora/pull/158