@malloy-publisher/sdk 0.0.74 → 0.0.75

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@malloy-publisher/sdk",
3
3
  "description": "Malloy Publisher SDK",
4
- "version": "0.0.74",
4
+ "version": "0.0.75",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",
@@ -392,6 +392,7 @@ export default function MutableNotebook({
392
392
  key={`${index}-${notebookData.getCells().length}`}
393
393
  >
394
394
  <MutableCell
395
+ key={`${index}-${cell.isMarkdown}-${notebookPath}-${projectName}-${packageName}`}
395
396
  cell={cell}
396
397
  addButtonCallback={(isMarkdown) =>
397
398
  plusButton(isMarkdown, index)