Skip to content

Commit 37893af

Browse files
authored
Merge pull request #64 from righ/fix/react-markdown
Fix Cannot read properties of undefined (reading 'ReactCurrentOwner')
2 parents 36f4f51 + e5749a0 commit 37893af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+13995
-12160
lines changed

.babelrc

Lines changed: 0 additions & 15 deletions
This file was deleted.

.examples/chesterish.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22

33
import { IpynbRenderer } from "../src/index_katex";
4-
import pca1 from "./ipynb/pca1.ipynb";
5-
import matrix from "./ipynb/matrix-3.ipynb";
4+
import pca1 from "./ipynb/pca1.json";
5+
import matrix from "./ipynb/matrix-3.json";
66

77
import "../src/styles/chesterish.less";
88

.examples/grade3.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22

33
import { IpynbRenderer } from "../src/index";
4-
import pca1 from "./ipynb/pca1.ipynb";
5-
import matrix from "./ipynb/matrix-3.ipynb";
4+
import pca1 from "./ipynb/pca1.json";
5+
import matrix from "./ipynb/matrix-3.json";
66

77
import "../src/styles/grade3.less";
88

.examples/gruvboxd.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22

33
import { IpynbRenderer } from "../src/index";
4-
import pca1 from "./ipynb/pca1.ipynb";
5-
import matrix from "./ipynb/matrix-3.ipynb";
4+
import pca1 from "./ipynb/pca1.json";
5+
import matrix from "./ipynb/matrix-3.json";
66

77
import "../src/styles/gruvboxd.less";
88

.examples/gruvboxl.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22

33
import { IpynbRenderer } from "../src/index";
4-
import pca1 from "./ipynb/pca1.ipynb";
5-
import matrix from "./ipynb/matrix-3.ipynb";
4+
import pca1 from "./ipynb/pca1.json";
5+
import matrix from "./ipynb/matrix-3.json";
66

77
import "../src/styles/gruvboxl.less";
88

File renamed without changes.
File renamed without changes.
File renamed without changes.

.examples/monokai.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22

33
import { IpynbRenderer } from "../src/index";
4-
import pca1 from "./ipynb/pca1.ipynb";
5-
import matrix from "./ipynb/matrix-3.ipynb";
4+
import pca1 from "./ipynb/pca1.json";
5+
import matrix from "./ipynb/matrix-3.json";
66
//import "../src/styles/themes/chesterish.less";
77

88
import "../src/styles/monokai.less";

.examples/oceans16.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react";
22

33
import { IpynbRenderer } from "../src/index";
4-
import pca1 from "./ipynb/pca1.ipynb";
5-
import matrix from "./ipynb/matrix-3.ipynb";
4+
import pca1 from "./ipynb/pca1.json";
5+
import matrix from "./ipynb/matrix-3.json";
66

77
import "../src/styles/oceans16.less";
88

0 commit comments

Comments
 (0)