eat-js-sdk 2.3.9 → 2.3.10

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.
@@ -11383,8 +11383,6 @@ function TypeInComponent($$anchor, $$props) {
11383
11383
  const inlineHasMath = config().variant === "inline" && segments.some((seg) => seg.parts.some((p) => p.type === "text" && hasMathJax(p.content)));
11384
11384
  let inlineContainerEl = /* @__PURE__ */ state(void 0);
11385
11385
  user_effect(() => {
11386
- get$1(inlineInputValues);
11387
- get$1(feedbackState).showStatusLine;
11388
11386
  if (inlineHasMath && get$1(inlineContainerEl)) {
11389
11387
  typesetMathJax(get$1(inlineContainerEl));
11390
11388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "2.3.9",
3
+ "version": "2.3.10",
4
4
  "change version": "2.4.0",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [