You might start by checking that none of the libraries you are using have compatibility issues with each other. Beyond that, this error can happen if you forget to call the super() method at the beginning of your constructor function or if you try to access this before calling super().