Jason

Results 39 comments of Jason

Same here. Did you have any luck?

I'm hitting this issue too. Is there a workaround?

I've come across the same issue. If the value is first "" or undefined, and then it is non empty, then the whole content is highlighted. If I set the...

@suren-atoyan Cheers for the suggestion. I did manage to get it working using the webpack config from https://github.com/remcohaszing/monaco-yaml and the following component: ``` import React, {FC, useEffect} from 'react'; import...

I'm seeing this issue too. Did you happen to find a workaround? Randomly I see 2 or 3 editors rendered one after the other, and there is a matching error...

I think I found a workaround for this issue. If you put a small delay in the rendering of the Editor it seems to not be affected by the issue...

@suren-atoyan any ideas on this one? I still randomly see this issue with the workaround on load timeout set.

@suren-atoyan Here is the component I'm using and it happens every time (with the 250ms delay commented out) ``` import React, {FC, useEffect, useState} from 'react'; import * as monaco...

@suren-atoyan I tried my code in Vite also but I still get the issue. It's intermittent, but I seem to be able to reproduce it if I'm on another page...