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.createClassper 15.5 migration notesMotivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: