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 tried to integrate a dynamic schema on an array property and wasn't successful.
Was breaking at this line. Seems that there is a prototype for equals() missing, as the error was equals() is not a function. I'm not sure why this function is necessary here, or what the prototype function was.
I exchanged the line by if (element === "#") {
which is working fine.
I tried to integrate a dynamic schema on an array property and wasn't successful.
Was breaking at this line. Seems that there is a prototype for equals() missing, as the error was equals() is not a function. I'm not sure why this function is necessary here, or what the prototype function was.
I exchanged the line by
if (element === "#") {
which is working fine.
json-forms/src/js/brutusin-json-forms.js
Line 1416 in fcd15f1
The text was updated successfully, but these errors were encountered: