The compiler (v11) does not support `@s.strict` in the following structure: ```rescript @schema type t = @s.strict { email: string, name: string, } ``` This is expected to work at least by some library developers, see original bug report: https://github.com/DZakh/sury/issues/151