Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leximpact-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur dotations aux communes
leximpact-client
Commits
fb3e298d
Commit
fb3e298d
authored
Jun 24, 2020
by
Loïc Poullain
Browse files
Options
Downloads
Patches
Plain Diff
Remove unsupported feature
parent
bfc8de6c
No related branches found
No related tags found
1 merge request
!43
Mettre à jour Material UI vers la version 4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/createPageContext.js
+0
-2
0 additions, 2 deletions
lib/createPageContext.js
lib/withRoot.jsx
+0
-1
0 additions, 1 deletion
lib/withRoot.jsx
with
0 additions
and
3 deletions
lib/createPageContext.js
+
0
−
2
View file @
fb3e298d
...
...
@@ -7,8 +7,6 @@ function createPageContext() {
return
{
// The standard class name generator.
generateClassName
:
createGenerateClassName
(),
// This is needed in order to deduplicate the injection of CSS in the page.
sheetsManager
:
new
Map
(),
// This is needed in order to inject the critical CSS.
sheetsRegistry
:
new
SheetsRegistry
(),
theme
,
...
...
This diff is collapsed.
Click to expand it.
lib/withRoot.jsx
+
0
−
1
View file @
fb3e298d
...
...
@@ -29,7 +29,6 @@ function withRoot(Component) {
// context.
return
(
<
MuiThemeProvider
sheetsManager
=
{
pageContext
.
sheetsManager
}
theme
=
{
pageContext
.
theme
}
>
{
/* CssBaseline kickstart an elegant, consistent, and simple baseline to */
}
{
/* build upon. */
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment