As discussed in #168, the component name generated could be a problem with some filename. For an example, "infinity.js" will generate "Infinity" that is a reserved keyword.
The simplest solution is to prefix all component name with Svg. We already do it for "number" filenames.
As discussed in #168, the component name generated could be a problem with some filename. For an example, "infinity.js" will generate "Infinity" that is a reserved keyword.
The simplest solution is to prefix all component name with
Svg. We already do it for "number" filenames.