-
Notifications
You must be signed in to change notification settings - Fork 111
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
support React v16.0 #42
base: master
Are you sure you want to change the base?
Conversation
+1 to this... wouldn't we want to bump the package up as a major change? I assume this is a breaking change? |
👍, current version has breaking errors when I use it. |
For anyone else with this issue, the problem is with the debugger using module.exports = {
Experiment: require("./lib/Experiment"),
Variant: require("./lib/Variant"),
emitter: require("./lib/emitter"),
//experimentDebugger: require("./lib/debugger"), <-- remove this line.
mixpanelHelper: require("./lib/helpers/mixpanel"),
segmentHelper: require("./lib/helpers/segment")
}; |
Is there any update on this PR? |
I would 100% support that. |
I'd recommend forking the library, I was made a contributor to one of the pushtell repos a while ago after a PR i did, but i've had to fork their projects since because I don't think they're operating anymore. Luckily their repos are pretty easy to work with, I'm just not sure who has publish rights for the npm package/s. |
I published a new version under |
@moretti did you publish your fork on NPM? |
@okovpashko yeah |
Table of Contents
Description
uses
'create-react-class'
module instead ofReact.createClass
per 15.5 migration notesMotivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: