Jason Karlavige

Results 6 comments of Jason Karlavige

Experiencing this on our end as well, occurring in the `markdown` widget. Applying the style fix noted here fixes it for us. Using Chrome Version 107.0.5304.87 (Official Build) (arm64)

I ran into this issue with version `1.0.6` of `@portabletext/react`. Upgrading to `2.0.1` resolved the issue. Full error I was receiving: ``` Server Error SyntaxError: Named export 'LIST_NEST_MODE_HTML' not found....

@slorber How could I go about adjusting the rspack config when `rspackBundler` is enabled? We use the `@stoplight/elements` package for openapi docs, which required a custom webpack config plugin to...

@slorber I appreciate the help. Here is the error I receive when starting the dev server, and I receive the same error on builds. I tried replacing `webpack` with `currentBundler`...

@slorber Good call, upgrading the polyfill package fixed that specific error. However, I assume upgrading the `node-polyfill-webpack-plugin` introduced other breaking changes in our custom webpack config, as i'm receiving a...

Yeah for sure, it seems like a separate issue with our webpack config, which admittedly I am not the most familiar with. Doesn't appear to be specific to Docusaurus, and...