This is a great error message
This is a great error message.
It tells me three useful things:
1. Where the error happened.
2. Why the error happened.
3. Precisely how to fix it.
Fellow devs, let's write more error messages like this. 👍

I wrote this error message 2+ years ago when building the library. I knew I'd make mistakes when adding a new component to the library. So I put in a little extra work to write detailed, helpful error messages for each step.
Well worth it.