Connor Newton
Connor Newton
@cx1111 @samuelandjw Same here. Compiled 10.5.24 on macOS 10.12.3. Works fine without --without-netfiles (Xcode CLI tools installed for libs). Copied files from /{bin,lib} across to nativelibs/macosx/bin, no effect - still...
@ikarosilva Brilliant, thanks. Just to add for others' reference: warning() will complain if you pass it a string ("...") instead of a char array ('...'). I also set the default...
We have the same issue and observe that it seems to be introduced between 3.15.1 and 3.16.1. [Code sandbox reproducing issue](https://codesandbox.io/s/exciting-glitter-6pgrjw) and [original discussion](https://github.com/testing-library/user-event/issues/820#issuecomment-1755529982) from user-event.
> 3. Otherwise, raise a TypeError("do not know how to construct schema for X") I agree that the library should not be optimistically trying to create dataclasses out of types...
I got caught out by this one earlier. +1!