This commit is contained in:
Nuckyz 2024-05-08 18:51:47 -03:00
parent 20b071aa2d
commit fb8f00137c
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -134,7 +134,7 @@ export default definePlugin({
// not in children
Layer(props: LayerProps) {
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");
return Layer(props);