Closed vknez closed 2 years ago
Thank you. Here's a PR that just tests on the latest compiler: https://github.com/rescript-association/genType/pull/610
And sure enough has the issue.
Simple not-forward-looking check:
| None -> if v1 >= 9 && v2 >= 1 then "rescript" else "bs-platform"
Hi, I'm trying genType (4.4.0) with the latest rescript beta (10.0.0-beta.3), and genType (in .gen.tsx) started importing from
bs-platform
instead ofrescript
:I'm using a monorepo, and this is the relevant extract from bsconfig: