- Issue created by @mglaman
- 🇪🇸Spain isholgueras
I have one idea to write a test for this. If it works I think it will be easier to refactor this.
OutOfRangeException: 'title' is not a prop on the component 'Code component: Antarctica'.
This happened because a component tree had an invalid prop name, due to the code component being modified via the CLI and prop name changed. It breaks the editor and rendering of the page.
This can be tested using any component tree with a typo in the prop name.
Do not allow it to be uncaught.
Active
1.0
… to be triaged
I have one idea to write a test for this. If it works I think it will be easier to refactor this.