I have a client script which ran 2.x but i needed to update it to 2.1 since i need to implement a lib and some functions which i need version 2.1 for.
Currently i have a suitelet which is 2.x, but i updated that to 2.1 and also tried to use 2.x, does not matter which version i use for this script.
But the suitelet parses some context data, to the client script which then handles it.
But as soon as i update the client script to 2.1, then the context will then equal : context = null, and i cant get the data and i really have no idea why this is