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
Is your feature request related to a problem? Please describe.
Warnings during the build step of the usage package
Describe the solution you'd like
Can use .split(".") to get the first two words (model, operation), and the rest will be query. Using JSON.parse() on the rest of the string will circumvent using eval() and therefore get rid of the warnings during build.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Warnings during the build step of the usage package
Describe the solution you'd like
Can use
.split(".")
to get the first two words(model, operation)
, and the rest will be query. UsingJSON.parse()
on the rest of the string will circumvent usingeval()
and therefore get rid of the warnings during build.The text was updated successfully, but these errors were encountered: