Jason Addleman
Jason Addleman
### Please paste the output of `ember -v` here ember-cli: 3.28.4 node: 14.17.3 os: darwin x64 ### Please paste the output of `tsc -v` here Version 4.5.4 ### Please paste...
@apollo/federation is explicitly pinned to version 0.27.0. Unfortunately, this version prohibits node versions > 17. This makes it so that our project is stuck using node 16, two major versions...
### WHY are these changes introduced? The TypeScript types for ChoiceList weren't quite right. It says that `selected`, `choices.value`, and `onChange` were simple strings. This works for a lot of...