Skip to content

Commit

Permalink
[core] Add use-client to custom icons (#38132)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Aug 29, 2023
1 parent a4d9cb1 commit f2a254e
Show file tree
Hide file tree
Showing 43 changed files with 31,945 additions and 32,404 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
name: 'Write "use client" directive'
command: yarn rsc:build
- run:
name: '`yarn rsc:build` changes detected, "use client" missing from exports'
name: '`yarn rsc:build` changes committed?'
command: git add -A && git diff --exit-code --staged
- run:
name: Generate the documentation
Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Apple.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Facebook.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/GitHub.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Google.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Instagram.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/LinkedIn.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Microsoft.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Pinterest.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Reddit.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Telegram.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/Twitter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/WhatsApp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/custom/YouTube.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';

Expand Down
1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Apple.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Facebook.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/GitHub.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Google.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Instagram.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/LinkedIn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Microsoft.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Pinterest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Reddit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Telegram.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/Twitter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/WhatsApp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/mui-icons-material/lib/YouTube.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Apple.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Facebook.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/GitHub.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Google.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Instagram.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/LinkedIn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Microsoft.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Pinterest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Reddit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Telegram.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/Twitter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/WhatsApp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/mui-icons-material/lib/esm/YouTube.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/mui-icons-material/lib/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2a254e

Please sign in to comment.