For us, this issue was caused by changing the title from a callback to a string.
In our routing file, we had:
`_title_callback': 'String Title'`
Changing `_title_callback` to just `_title` fixed this issue for us.
rubix05 → created an issue.
For us, this issue was caused by changing the title from a callback to a string.
In our routing file, we had:
`_title_callback': 'String Title'`
Changing `_title_callback` to just `_title` fixed this issue for us.
rubix05 → created an issue.