Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 113cefc

Browse files
Omit loading_states from child props
1 parent 9cab0a0 commit 113cefc

File tree

134 files changed

+264
-264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+264
-264
lines changed

dash_html_components/dash_html_components.dev.js

Lines changed: 131 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_html_components/dash_html_components.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generate-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const ${Component} = (props) => {
143143
})
144144
}
145145
}}
146-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
146+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
147147
>
148148
{props.children}
149149
</${element}>

src/components/A.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const A = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</a>

src/components/Abbr.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Abbr = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</abbr>

src/components/Acronym.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Acronym = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</acronym>

src/components/Address.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Address = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</address>

src/components/Area.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Area = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</area>

src/components/Article.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Article = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</article>

src/components/Aside.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Aside = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</aside>

src/components/Audio.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Audio = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</audio>

src/components/B.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const B = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</b>

src/components/Base.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Base = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</base>

src/components/Basefont.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Basefont = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</basefont>

src/components/Bdi.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Bdi = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</bdi>

src/components/Bdo.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Bdo = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</bdo>

src/components/Big.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Big = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</big>

src/components/Blink.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Blink = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</blink>

src/components/Blockquote.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Blockquote = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</blockquote>

src/components/Br.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Br = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</br>

src/components/Button.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Button = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</button>

src/components/Canvas.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Canvas = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</canvas>

src/components/Caption.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Caption = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</caption>

src/components/Center.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Center = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</center>

src/components/Cite.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Cite = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</cite>

src/components/Code.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Code = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</code>

src/components/Col.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Col = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</col>

src/components/Colgroup.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Colgroup = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</colgroup>

src/components/Command.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Command = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</command>

src/components/Content.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Content = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</content>

src/components/Data.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Data = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</data>

src/components/Datalist.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Datalist = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</datalist>

src/components/Dd.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Dd = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</dd>

src/components/Del.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Del = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</del>

src/components/Details.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Details = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</details>

src/components/Dfn.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Dfn = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</dfn>

src/components/Dialog.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Dialog = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</dialog>

src/components/Div.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Div = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</div>

src/components/Dl.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Dl = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</dl>

src/components/Dt.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Dt = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</dt>

src/components/Element.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Element = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</element>

src/components/Em.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Em = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</em>

src/components/Embed.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Embed = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</embed>

src/components/Fieldset.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Fieldset = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</fieldset>

src/components/Figcaption.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Figcaption = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</figcaption>

src/components/Figure.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Figure = (props) => {
1515
})
1616
}
1717
}}
18-
{...omit(['n_clicks', 'n_clicks_timestamp'], props)}
18+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state'], props)}
1919
>
2020
{props.children}
2121
</figure>

0 commit comments

Comments
 (0)