Raphaël LEMIEUX

Results 22 comments of Raphaël LEMIEUX

@aruniverse what is the difference between NoRenderApp and MockRender.App ? Is there one that should be used rather than the other or are they unrelated/doing different things ?

> > what is the difference between NoRenderApp and MockRender.App > > MockRender.App is for tests. I thought so was NoRenderApp, so I guess this is unrelated.

@sweetld Since this issue was created, it is now possible to control the minimum width of a panel (which will still trigger this auto-close behavior, but you can put it...

`import {type Options} from "...'` were added in 14.5.0, this requires at least Typescript 4.5.0, otherwise it does not recognise the `type` parameter as a token and tries to import...

@aruniverse I'm not sure what you call "ui" rule, if it is the "react-set-state-usage.js" stuff, I think this could be killed as this is for Class component, which we are...

> I see you guys have an internal one, wonder f we should publish that if we opt to remove the core-ui one. You mean an eslint config ? I...

@NancyMcCallB can chime it, maybe there is a reason to publish this in the first place, but I think this config should be moved to appui and only be used...

@ben-polinsky This would be an issue fixed within core-frontend `DrawingViewState` which would need to hanle it correctly (Ensure that Min is at least equal to Max I guess). For the...

The `Table` component have now been completely removed due to lack of support of the underlying components. The `@itwin/itwinui-react` package now offer a completely new table component which should be...