Aster Haven
Aster Haven
So here's the console error:  and [where it is in the code](https://github.com/jwktje/langorhythm/blob/3db9fb36879dd198f49b5c464d0db1f4578287be/client/client.js#L109) Maybe I'm just not understanding the MIDI API well enough. Does this application require hardware to be...
Kk. I'm getting closer. I have the virtual MIDI port set up now (I'm on Mac), and now when I press play, it gives me a 500 server error from...
Also, that error stack references `/Users/jwktje/Development/Meteor/langorhythm`, which doesn't exist in my system. Is that the path it's trying to access?
Good catch on that path. PR submitted for that.
So that PR solved the second weird thing I saw in the call stack, the path not matching. Even after that update, though, I'm getting the issue of it failing...
@Cowaii tried that, no joy :/
I submitted a PR to this and zeit/schemas to support this, hopefully it'll take 🤞 https://github.com/zeit/serve-handler/pull/96 and https://github.com/zeit/schemas/pull/54
+1
Adding a `className` to `Popover` (in my case, specifically making a `styled-component` with it) with a child selector worked in my case for fill color: ```js const PopoverWithStyle = styled(Popover)`...