Morgan Barrett
Morgan Barrett
A workaround for now seems to be: https://codesandbox.io/s/sweet-darwin-ojh3o?file=/src/index.js
P.S. sorry, this is all untested code, treat it as pseudocode.
> It looks like there's a lot of plumbing going on to turn the push-style `transform()` method into a pull-based `read()` method though (using an intermediate buffer). This is tricky...
I do have plans to finish it in the near future.
I actually found I was just importing "styled" from the wrong location. If I import it from @suid/material it worked as expected. However TypeScript didn't like it, so this was...