We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81564c1 commit 1d3e513Copy full SHA for 1d3e513
ReactCommon/butter/BUCK
@@ -48,9 +48,9 @@ rn_xplat_cxx_library(
48
deps = [
49
"//third-party/glog:glog",
50
"//xplat/fbsystrace:fbsystrace",
51
+ "//xplat/folly:container_f14_hash",
52
"//xplat/folly:memory",
53
"//xplat/folly:shared_mutex",
54
"//xplat/folly:small_vector",
- "//xplat/folly/container:f14_hash",
55
],
56
)
ReactCommon/react/utils/BUCK
@@ -56,7 +56,7 @@ rn_xplat_cxx_library(
tests = [],
57
visibility = ["PUBLIC"],
58
59
- "//xplat/folly/container:evicting_cache_map",
+ "//xplat/folly:container_evicting_cache_map",
60
"//xplat/jsi:jsi",
61
react_native_xplat_target("butter:butter"),
62
react_native_xplat_target("react/debug:debug"),
0 commit comments