Multiple of same component on a synchronised prefab

Hi,

If I have a (green) synchronised prefab in node tree and add the same custom component several times with different properties on any node in that prefab. The properties will automatically get overwritten by the last component properties selected in all the other properties for the same component previously listed on that same node.

Is this a bug?

example:

Example-Component:
Property:
height: 100
width: 100

Example-Component:
Property:
height: 200
width: 200

Example-Component:
Property:
height: 300
width: 300

–> Save synchronised prefab results in:

Example-Component:
Property:
height: 300
width: 300

Example-Component:
Property:
height: 300
width: 300

Example-Component:
Property:
height: 300
width: 300

Is this problem fixed in Cocos Creator 1.9.3?

I’m not sure. It’s easy to test I guess? Also 1.10 is out