Giter VIP home page Giter VIP logo

Comments (7)

praneshr avatar praneshr commented on July 18, 2024 5

You should use proper Webpack loader to make it work. Check the babel project.

from react-diff-viewer.

Neeraj-swarnkar avatar Neeraj-swarnkar commented on July 18, 2024

This is how I am using in project.

npm i react-diff-viewer

"dependencies": {
"react-diff-viewer": "^2.0.1"
}

got added,

Using is project -

DiffViewer.js ->

import React, { PureComponent } from "react";
import ReactDiffViewer from "react-diff-viewer";

class DiffViewer extends PureComponent {
constructor() {
super();
}

render = () => {
	const oldCode = `
    const a = 10
    const b = 10
    const c = () => console.log('foo')

    if(a > 10) {
    console.log('bar')
    }

    console.log('done')
    `;
	const newCode = `
    const a = 10
    const boo = 10

    if(a === 10) {
    console.log('bar')
    }
    `;
	return (
		<ReactDiffViewer oldValue={oldCode} newValue={newCode} splitView={true} />
	);
};

}
export default DiffViewer;

error-

ERROR in ./compliance/app/compliance//react-diff-viewer/lib/styles.js
Module parse failed: /Users/nswarnka/Documents/Neeraj/Projects/mashup-project/mashup/ui-plugins/compliance/app/compliance/node_modules/react-diff-viewer/lib/styles.js Unexpected token (5:42)
You may need an appropriate loader to handle this file type.
| const emotion_1 = require("emotion");
| exports.default = (styleOverride) => {
| const { variables: overrideVariables, ...styles } = styleOverride;
| const variables = {
| ...{
@ ./compliance/app/compliance/
/react-diff-viewer/lib/index.js 7:17-36
@ ./compliance/app/compliance/src/components/ComplianceTabs/DiffViewer.js
@ ./compliance/app/compliance/src/components/ComplianceTabs/ComplianceTabs.js
@ ./compliance/app/compliance/src/components/complianceDetails/ComplianceDetails.js
@ ./compliance/app/compliance/src/graphViews/ComplianceView.js

from react-diff-viewer.

Neeraj-swarnkar avatar Neeraj-swarnkar commented on July 18, 2024

Hi,

Can you provide the information what proper webpack loader means ? I am trying to use this in my project i need your help. you can mention what to use what to include or any dependencies. please guide.

I am using react 15 in my project.
Thanks !!

from react-diff-viewer.

Neeraj-swarnkar avatar Neeraj-swarnkar commented on July 18, 2024

You should use proper Webpack loader to make it work. Check the babel project.

could you please share the details here ?
what config changes required in webpack or babel

from react-diff-viewer.

Neeraj-swarnkar avatar Neeraj-swarnkar commented on July 18, 2024

from react-diff-viewer.

praneshr avatar praneshr commented on July 18, 2024

@Neeraj-swarnkar the community member and I added the right information before closing every issue of yours(#27 (comment), #26 (comment), #20 (comment)) You had a problem with babel setup which is totally out of the project's scope. I don't use babel often. So, I asked you to check the babel docs.

I'm not a full-time open source contributor. I won't be able to guide you on each step. If you feel there are other projects which are a suitable replacement, feel free to use them.

P.S I did respond and fixed issues which were raised by you.

from react-diff-viewer.

weichaozhan avatar weichaozhan commented on July 18, 2024

@Neeraj-swarnkar the community member and I added the right information before closing every issue of yours(#27 (comment), #26 (comment), #20 (comment)) You had a problem with babel setup which is totally out of the project's scope. I don't use babel often. So, I asked you to check the babel docs.

I'm not a full-time open source contributor. I won't be able to guide you on each step. If you feel there are other projects which are a suitable replacement, feel free to use them.

P.S I did respond and fixed issues which were raised by you.

still exists,in v2.0.1

from react-diff-viewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.