pcaulfield
pcaulfield
I'm hitting this issue every few images even with a query string that contains the params mentioned in the fix threads: `imagepermissionlevel=0&hasimage=1`. Ex: ``` https://api.harvardartmuseums.org/object?page=1571&apikey=[REDACTED]&size=1&hasimage=1&imagepermissionlevel=0&classification=Paintings&people.role=Artist ```
@jeffsteward Great thanks for clarifying! All looks good now 👍
@gsimone I want to be able to group controls logically or or otherwise specify an order that makes sense. For an API a simple option for now would be allowing...
Thanks for clarifying. The complex case sounds sensible (re parent child input ordering). I'm coming at it more from how can inputs be ordered logically within a single component. Will...
Yep I noticed that but in some cases every style declaration wont be part of the theme (or you may want a localised override) so in these cases an "escape...
Sure, I can try take a stab at this!
Great thanks for this. Will experiment with this during the week :)
@gsimone is there a way to access the [store context](https://github.com/pmndrs/leva/blob/3031aea5f1e35ed1d9f8cd5f3b8c5730a636846d/packages/leva/src/context.tsx#L17) in a plugin?
Ah I think the issue is the dist tags for this package. If I do `npm i -S leva@latest` I get `0.3.2` but I can see `0.4.4` is published. Also...
No worries I'll hopefully be able to contribute back a bit once I get my head around the code base a bit better 😄