Dave Draper
Dave Draper
I've added some more tests for this using a custom renderer to ensure that the capability works but I have not yet updated any of the packaged renderers to automatically...
I've made some updates to improve the stability of warning messages but won't close this yet until I'm sure that the problems have been resolved.
Thanks for the feedback - that's much appreciated. The issue with me having failed to include a form element in the the DOM for the component was raised in #25...
Thanks for the feedback @mukundanma - one of the main purposes of the library is to separate the form rendering from the form logic. I only provided the Material renderer...
@dylans I'm really interested in the ESM support you've mentioned and I'm pleased to hear you say that Intern 4 is very close. In our case we need ESM support...
@dylans OK... that's fine, at the moment we're just getting started on a new project so I'm happy to wait for ESM support (and if we write any tests now...
This can be resolved by importing: ```import intern from 'intern';``` as the first line, however I'm not sure whether or not that is an acceptable solution? If so, I can...
Thanks for the quick reply... Yes, this project in question is exporting modules for import into other projects so you're quite correct that we have `"declaration": true` in our `tsconfig.json`...
I had a separate `tsconfig.json` file that had that `"types": ["intern"]` entry in it. It didn't prevent me seeing the error appearing in either the VSCode console or the output...
Unfortunately I can't post my project as-is (without disclosing private company information) but could look to create a sample project with similar configuration when I get a chance. I agree...