-
Notifications
You must be signed in to change notification settings - Fork 510
Import statement for jsdiff #199
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
Comments
Found the '*' solution on another post. |
Can you post the solution here? |
@devloe Seems there is some current README.md issues too with using |
* Bump project version... shouldn't be going back from this point DB wise. We have a few days of backups already with most changes made. * Official change to odd numbered *node* version to partially work-around mitigate OpenUserJS#1548 . Somewhere around May 2019 is when 12 becomes current. 10 just "isn't doing it" for the moment. This should be reversible but not a guarantee. We are still having timeouts to AWS/mLabs. * Official mitigation of *mongoose* See Automattic/mongoose#7355 (comment) . This may be helping a little but not much. Declining slope in mLabs but could be decline in user interaction too. * Please read their CHANGELOGs * Delete op retested * Repair, yet to be documented, *diff* breaking change with `JsDiff` to `Diff` Object reference. See kpdecker/jsdiff#199 (comment)
* Bump project version... shouldn't be going back from this point DB wise. We have a few days of backups already with most changes made. * Official change to odd numbered *node* version to partially work-around mitigate #1548 . Somewhere around May 2019 is when 12 becomes current. 10 just "isn't doing it" for the moment. This should be reversible but not a guarantee. We are still having timeouts to AWS/mLabs. * Official mitigation of *mongoose* See Automattic/mongoose#7355 (comment) . This may be helping a little but not much. Declining slope in mLabs but could be decline in user interaction too. * Please read their CHANGELOGs * Delete op retested * Repair, yet to be documented, *diff* breaking change with `JsDiff` to `Diff` Object reference. See kpdecker/jsdiff#199 (comment) Auto-merge
The import * as Diff from "diff"; |
Hi, I have been looking for a good diff checker that can deal with html inside the content and your project seems like it can deal with that.
I feel stupid asking this but what is the import name for jsdiff for ReactJs? I tried
import JsDiff from 'diff'
butJsDiff
stays undefined.The text was updated successfully, but these errors were encountered: