@khanacademy/simple-markdown 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @khanacademy/simple-markdown
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 22c5d564: Remove the use of React.FC<> and use types named Props/State in more components
8
+
3
9
  ## 0.9.2
4
10
 
5
11
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -1387,7 +1387,6 @@ var SimpleMarkdown = {
1387
1387
  // default wrappers:
1388
1388
  markdownToReact: markdownToReact,
1389
1389
  markdownToHtml: markdownToHtml,
1390
- // @ts-expect-error [FEI-5003] - TS2322 - Type 'FC<any>' is not assignable to type '(props: { [key: string]: any; source: string; }) => ReactElement'.
1391
1390
  ReactMarkdown: ReactMarkdown,
1392
1391
  defaultBlockParse: defaultBlockParse,
1393
1392
  defaultInlineParse: defaultInlineParse,