This commit is contained in:
24c02 2026-01-30 14:26:28 -05:00
parent be6395ea9e
commit 48bd1cb207

View file

@ -1,7 +0,0 @@
# frozen_string_literal: true
# Disable the gem's automatic JS inclusion - we import it manually via Vite
# from the @primer/view-components npm package to avoid duplicate custom element registration
Primer::ViewComponents.configure do |config|
config.silence_deprecations = true
end