-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: this.updater.enqueueCallback is not a function #55
Comments
I'm using Chrome. `import React, { Component } from 'react'; class App extends Component { ); } } export default App;` This is the Component where I import the Content.js |
I'm using react and react-dom in version 16.1.1. Do you know if there is another possibility which allows me to use your library without downgrading my react version ? |
@hengel2810 I see. I have published a patch https://www.npmjs.com/package/fullpage-react please install the latest version @3.0.10 and let me know if that works for you (worked for me after reproducing the issue) |
Thank you for your fast answer and the new version. Works now, but now I getting the next error:
|
Could you post your webpack config and babelrc? This seems like a loader issue as i tested this this with my configs and it was ok |
I used create-react-app for this project, I'm new in react development This is my webpack config, but there is no babelrc file. `'use strict'; const autoprefixer = require('autoprefixer'); // Webpack uses // This is the development configuration.
},
}, |
I would suggest using a smaller boilerplate to get started. I will try to pull down |
That's really nice. I'm currently creating a new project within I'll set up everything on my own to get a better understanding of react and the development process. I'll try it again when I'm finished with that. Thank you. |
Ah ok, I had a typo (That's what I get for trying to publish a patch before coffee) Sorry about that. I pulled down create-react-app and got it working just to make sure. Sorry for the confusion. You should be ok with the latest patch |
Hello guys,
I have a problem using this package. I've written the following code:
If I open the webpage, for some seconds the page is white and then I get the following error messages:
TypeError: this.updater.enqueueCallback is not a function
TypeError: Cannot read property 'removeEventListener' of null
I'm using webpack and babbel, is this the problem ?
The text was updated successfully, but these errors were encountered: