reduct/component

View on GitHub
src/messages.js

Summary

Maintainability
A
0 mins
Test Coverage
export const noElement = 'No element was specified while creating a instance of a Class. Creating a detached DOM Element instead.';
export const extendDeprecate = '@reduct/component.extend() is deprecated since v1.0.7 - Use the native ES6 extend instead.';