HRCoder
HRCoder copied to clipboard
Changing model corrupts instance when loading old model
- Create a class with 2 strings instance called text1 & text2.
- Save instance
- Change text1 name to textNew.
- Try to reload instance.
- TextNew will be null (normal) but text2 will be an instance of a placeholder instead of the original string.
Note that I use HRCoder in conjunction with AutoCoding and BaseModel in this example.
I've tried to re-create this issue in accordance with your instructions, but I'm not seeing the bug. Can you provide a simple project that demonstrates the issue?