Joe Cole

Results 4 comments of Joe Cole

The reason select all might want to be included is that while the above "works", it's a little buggy in terms of UX and I'm not sure we could rely...

> Facing a similar issue today -- not quite resolved but found I could work around in my case. > > * I was able to correctly use the compiled...

For anyone else, a temporary workaround for nextjs as of `16.4.0` is to change the require in your cli generated ohm-bundles: ``` let ohm; if (typeof window !== 'undefined') ohm...

I spent a day trying to get it working as well. Next rest framework relies on being able to introspect your typescript project, and depending on your setup (ours is...