Steps to reproduce:
-
Create a package, implement activate(state) and serialize() methods
activate(state) {
console.log(state)
}serialize() {
return {
name: ‘test’
};
} -
Launch atom
-
Remove the project folder
-
Close atom
-
Re launch Atom
Observation: state is not passed to activate(state) function
Note: state is passed to activate function if there exist a project folder