fix: guard against undefined options in source filtering#11533
Conversation
k-yle
left a comment
There was a problem hiding this comment.
this does fix the bug, but the proper solution would be to revert this manual change to the generated dist file.
source has "stringsCrossReference": "{source}" , which is circular reference, hence why field.options is undefined.
Since that edit is not in the main branch, there's probably no point in sending a PR. We'll need @tyrasd to update that file and make a new release
|
yeah, I had messed something up when creating the v6.13.3 @hlfan I think there is still merit in merging this safeguard check. It could even come into play when people are running their own instance iD if nonstandard presets. Can you restore your branch, please? |
|
Nice to see the tests pass too now @tyrasd. |
Adds another guard to prevent #11532.