near / queryapi

Near Indexing as a Service
15 stars 3 forks source link

Find the root cause of Multiple Rerenders on Editor lifecycle #836

Open Kevin101Zhang opened 1 week ago

Kevin101Zhang commented 1 week ago

Needs further testing. Editor may either have some conflicting lifecycle between the BOS Widget wrapper and the Next component serving all of our frontend or there methods between component lifecycles and monaco lifecycles

Kevin101Zhang commented 2 days ago

Update: It has nothing to do with Editor.. As I kepted refactoring/debugging Editor in hopes of finding the culprit and no changed occured I eventually Replaced the entire Editor Component with a minimal component that outputs Hello World in a div with no imports. Multiple rerenders still occur. Issue is with a higher order component.