Skip to content
Snippets Groups Projects
  • Sébastien Blin's avatar
    feee4cdc
    mui: fix version to avoid compilation error · feee4cdc
    Sébastien Blin authored
    New version of floating-ui breaks with:
    
    TypeScript error in /app/jams-react-client/node_modules/@floating-ui/utils/src/types.d.ts(3,32):
    Type expected.  TS1110
    
        1 | export type Alignment = 'start' | 'end';
        2 | export type Side = 'top' | 'right' | 'bottom' | 'left';
      > 3 | export type AlignedPlacement = `${Side}-${Alignment}`;
          |                                ^
    
    Fixing mui's version fix CI
    GitLab: #100
    
    Change-Id: Ie517c3c99e2d1759b84d09e35650d1ac6692cd4f
    feee4cdc
    History
    mui: fix version to avoid compilation error
    Sébastien Blin authored
    New version of floating-ui breaks with:
    
    TypeScript error in /app/jams-react-client/node_modules/@floating-ui/utils/src/types.d.ts(3,32):
    Type expected.  TS1110
    
        1 | export type Alignment = 'start' | 'end';
        2 | export type Side = 'top' | 'right' | 'bottom' | 'left';
      > 3 | export type AlignedPlacement = `${Side}-${Alignment}`;
          |                                ^
    
    Fixing mui's version fix CI
    GitLab: #100
    
    Change-Id: Ie517c3c99e2d1759b84d09e35650d1ac6692cd4f
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more