Typo causes warnings for native SVG feDistantLight tag
Vue version
3.2.5
Link to minimal reproduction
Steps to reproduce
See the log output and note the [Vue warn]: Failed to resolve component: feDistantLight
message.
What is expected?
The feDistantLight
should be recognized as a native SVG tag.
What is actually happening?
The feDistantLight
seems to be mistaken as a component.
System Info
System:
OS: Linux 6.1 Arch Linux
CPU: (12) x64 AMD Ryzen 5 PRO 4650U with Radeon Graphics
Memory: 10.55 GB / 30.58 GB
Container: Yes
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.13.0 - /usr/bin/node
Yarn: 1.22.19 - /usr/bin/yarn
npm: 8.19.2 - /usr/bin/npm
Browsers:
Chromium: 109.0.5414.74
Firefox: 108.0.2
npmPackages:
vue: ^3.2.45 => 3.2.45
Any additional comments?
I believe the problem originates in the domTagConfig.ts
which contains an SVG tag called feDistanceLight
instead of feDistantLight
(distance
vs distant
). I’m not aware of a feDistanceLight
SVG tag and believe this is a simple typo.