We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9dbefe + b9b92cd commit 6389d8eCopy full SHA for 6389d8e
packages/mdx/src/remark/to-estree.ts
@@ -145,8 +145,9 @@ export function valueToEstree(
145
}
146
147
if (
148
- value instanceof BigInt64Array ||
149
- value instanceof BigUint64Array ||
+ // https://github.com/code-hike/codehike/issues/194
+ // value instanceof BigInt64Array ||
150
+ // value instanceof BigUint64Array ||
151
value instanceof Float32Array ||
152
value instanceof Float64Array ||
153
value instanceof Int8Array ||
0 commit comments