You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use @aws-sdk/client-evidently with importmap-rails and am getting an identifier clashing error.
SyntaxError: Identifier 'identifyUser' has already been declared
(at application-f95e84a6b52a31d138bd8d4b067c4365e2ac1dc26b2dc4bc705b84c0f3779ec2.js:11862:1)
By inspecting installed scripts, I can see two identifyUser declarations in app/assets/javascripts directory.
I'm trying to use @aws-sdk/client-evidently with importmap-rails and am getting an identifier clashing error.
By inspecting installed scripts, I can see two identifyUser declarations in
app/assets/javascripts
directory.Installation command:
./bin/importmap pin '@aws-sdk/client-evidently'
@aws-sdk/client-evidently: 3.592.0
Ruby: ruby 3.0.6p216
Rails: Rails 6.1.7.8
importmap-rails: 2.0.1
Any help? Thanks!
The text was updated successfully, but these errors were encountered: