Copied contents from BlueprintFunctions.js to BlueprintFunctions-fix.js
Copied contents back from BlueprintFunctions-fix.js to BlueprintFunctions.js
Copied contents of LineChart.jsx to LineChart-fix.jsx
Copied contents back from LineChart-fix.jsx to LineChart.jsx
Copied contents of PieChart.jsx to PieChart-fix.jsx
Copied contents back from PieChart-fix.jsx to PieChart.jsx
Copied contents from Slider.jsx to Slider-fix.jsx
Copied contents back from Slider-fix.jsx to Slider.jsx
Copied contents from VerticalBarChart.jsx to VerticalBarChart-fix.jsx
Copied contents back from VerticalBarChart-fix.jsx to VerticalBarChart.jsx
Deleting 'fix' files
Still not sure how the index of these files got corrupted in Git, but it wasn't crlf/line endings, it wasn't whitespace, or filemode, which are the usual culprits, these files simply had corrupted indexes and needed to be completely overwritten by multiple commits in sequence.
After merging into develop here on github, you will need to perform a git reset --hard origin/develop on your local copy whilst in the develop branch, this should cause the 'changed files' issue to go away permanently, if you create new branches from the develop branch going forward.
Still not sure how the index of these files got corrupted in Git, but it wasn't crlf/line endings, it wasn't whitespace, or filemode, which are the usual culprits, these files simply had corrupted indexes and needed to be completely overwritten by multiple commits in sequence.
After merging into develop here on github, you will need to perform a git reset --hard origin/develop on your local copy whilst in the develop branch, this should cause the 'changed files' issue to go away permanently, if you create new branches from the develop branch going forward.