Closed 0xtotaylor closed 4 years ago
With loadFromFontIconCode() deprecated, would it be possible to update it to fromFontIconCodeSync() in fab-common.ts? This will prevent the error logs.
loadFromFontIconCode()
fromFontIconCodeSync()
+1
Would accept a PR if someone wants to contribute, should be fairly straight forward. If need any help, feel free to ping me.
With
loadFromFontIconCode()
deprecated, would it be possible to update it tofromFontIconCodeSync()
in fab-common.ts? This will prevent the error logs.