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
Add data which satisfies the scope. For example the values of list = ["2"]
Do a simple GET on the model via the REST API.
Current Behavior
Exception thrown is: "TypeError: Right-hand side of 'instanceof' is not callable" in loopback-datasource-juggler\lib\utils.js on or about line 67. The offending code is this clause: val instanceof prop.type
Expected Behavior
No exception thrown and the data returned.
Link to reproduction sandbox
reproduction sandbox forthcoming
Additional information
If I put a try catch around the offending statement, everything works as expected.
Steps to reproduce
Current Behavior
Exception thrown is: "TypeError: Right-hand side of 'instanceof' is not callable" in loopback-datasource-juggler\lib\utils.js on or about line 67. The offending code is this clause:
val instanceof prop.type
Expected Behavior
No exception thrown and the data returned.
Link to reproduction sandbox
reproduction sandbox forthcoming
Additional information
If I put a try catch around the offending statement, everything works as expected.
win32 x64 12.18.3
+-- @loopback/[email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
Related Issues
The text was updated successfully, but these errors were encountered: