I'm dumb
This commit is contained in:
parent
20b071aa2d
commit
fb8f00137c
|
@ -134,7 +134,7 @@ export default definePlugin({
|
||||||
// not in children
|
// not in children
|
||||||
Layer(props: LayerProps) {
|
Layer(props: LayerProps) {
|
||||||
try {
|
try {
|
||||||
if (FocusLock === NoopComponent || FocusLock[proxyInnerValue] == null || ComponentDispatch[proxyInnerValue] == null)
|
if (FocusLock === NoopComponent || ComponentDispatch[proxyInnerValue] == null)
|
||||||
throw new Error("Failed to fetch some webpack modules");
|
throw new Error("Failed to fetch some webpack modules");
|
||||||
|
|
||||||
return Layer(props);
|
return Layer(props);
|
||||||
|
|
Loading…
Reference in a new issue