paviliondev / discourse-header-search-theme

GNU General Public License v2.0
4 stars 17 forks source link

FIX: deprecations for ember-cli #4

Closed pfaffman closed 2 years ago

pfaffman commented 2 years ago

I copy-pasted these into my browser on github. I have not tested these, but I think they're right?

Deprecation notice: "search-service:main" is deprecated, use "service:search" instead (deprecated since Discourse 2.8.0.beta8) (removal in Discourse 2.9.0.beta1)

To prevent errors in tests, add a `pluginId` key to your `modifyClass` call. This will ensure the modification is only applied once.
angusmcleod commented 2 years ago

@pfaffman Thanks!

pfaffman commented 2 years ago

Ha! I did something useful on the front end! And now I can try again to more that site to ember-cli!