Vincent Raman

Results 3 comments of Vincent Raman

I think it would have worked if you'd have done message::list argumentList("test1"); argumentList.push(binary_message::create(std::make_sharedstd::string(buff, buffer.size()))); It only due to the fact that there are a lot of constructor defined but only...

> @vincent-raman is there a regression with my fix? No, that was a mistake, I removed my comment, sorry. It seems working pretty well

Hi, I encountered this issue and fixed it by adding a `Suspense` boundary in the `MapContainer` itself because the loading components were part of the `MapContainer` children. ```tsx ...children ```