I'm still seeing this issue (running version 1.2.5). Seems to be something related to the radioactive-raffinate-barrel recipe/crafting for some reason.
I tried changing the research_trigger to (as stated in the changelog):
data.raw.technology['space-science-pack'].research_trigger = {type = 'send-item-to-orbit', item = {name = 'radioactive-raffinate-barrel'}}
--> didn't work (the research trigger is stated correctly in the research tree, but sending to orbit doesn't unlock the tech)
But if I instead changed it to:
data.raw.technology['space-science-pack'].research_trigger = {type = 'craft-fluid', fluid = 'radioactive-raffinate', amount = 10.0}
--> works