Closed RogerOrRobert closed 8 months ago
In the lines 117-118 of protolib/bundles/devices/devices/devicesPage paste the following code:
const deviceCodeDot = deviceCode.replace(';', "")
const deviceObj = eval(deviceCodeDot)**
This error origins from the creation of the device definition erroneously, putting a ';' at the end of the device definition.
Expected Behavior
When you go to the API page, you see all the apis created.
Current Behavior
When you go to the API page, you encounter with an error message.
Steps to Reproduce
Steps to reproduce the behavior:
Context (Environment)
Issue demo
Example of the error that appears on the apis page: