Description
If you try to make a microwaveMealRecipe and add ingredients to the solids and reagents fields, the numerical values for ingredients will be written as string literals in quotes.
Steps to reproduce
- Create a new
microwaveMealRecipe prototype.
- Add some solid or reagent ingredients with numerical values.
- Check the YML.
Expected behavior
The ingredient quantities of recipes should be numbers.
Actual behavior
It turns into strings instead.
Version
v1.1.18
Description
If you try to make a
microwaveMealRecipeand add ingredients to thesolidsandreagentsfields, the numerical values for ingredients will be written as string literals in quotes.Steps to reproduce
microwaveMealRecipeprototype.Expected behavior
The ingredient quantities of recipes should be numbers.
Actual behavior
It turns into strings instead.
Version
v1.1.18