Pedro Moraes
Pedro Moraes
It seems like a nice idea, but having to create an image, then save it, then get its path, then write it down, seems like a lot of used minutes....
**Describe the bug** According to the docs: "Controlled components: exports controlled components only." **To Reproduce** Try to set a Link's path **Expected behavior** Each link should have a `path` key....
### Vertical CreditCardInput ### Labels as props ### Pass props to child CardView
**Describe the bug** When running on a react project, svg files with a path and constants with "authorize" (?) in the name are marked as "High" **Expected behavior** SVG's are...
The query params inside a FromSelect are numbered independently from the whole query, so: ``` psql.Update(`mytable`). Set("name", "newname"). FromSelect(psql.Select("column").From("anothertable").Where(sq.Eq{"column": 3})). Where(sq.Eq{"name": "oldname"}) ``` Args will be ["newname", "oldname", 3], but...