You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectActiveBrickPipelineUIState is called by useAddBrick even when there's no active mod component because the AddBrickModal content is always mounted
That currently generates a console warning on each re-render:
Context
selectActiveBrickPipelineUIState
is called byuseAddBrick
even when there's no active mod component because theAddBrickModal
content is always mountedpixiebrix-extension/src/pageEditor/store/editor/editorSelectors/editorPipelineSelectors.ts
Line 26 in d25e4c0
Implementation Sketch
selectActiveBrickPipelineUIState
without an active mod component an errorAddBrickModal
to conditionally render its content. Might alternatively be able to refactoruseAddBrick
to use async thunks insteadThe text was updated successfully, but these errors were encountered: