There is some issue in Freshworks crayons and not working as expected for all components

Hi There,

We are developing some custom app’s configuration page by using freshworks/crayons. Those are not working as expected. Colud you kindly help on this.

Note : freshworks/crayons updated their npm package today.

Hi,

We have released a new version of Crayons today. An official announcement will be made soon. Meanwhile please change the CDN link for your existing apps built with version 2 as mentioned below.

Please change

<script
  type="module"
  src="https://unpkg.com/@freshworks/crayons/dist/crayons/crayons.esm.js">
</script>
<script
  nomodule
  src="https://unpkg.com/@freshworks/crayons/dist/crayons/crayons.js">
</script>

to

<script
  type="module"
  src="https://unpkg.com/@freshworks/crayons@2/dist/crayons/crayons.esm.js">
</script>
<script
  nomodule
  src="https://unpkg.com/@freshworks/crayons@2/dist/crayons/crayons.js">
</script>

Please note @2 at the end of crayons.

Thanks,

4 Likes

Thanks For the update.

We can change the CDN for the app which we have developing now.

But what we can do for the existing apps which was developed by using crayons?

Best,
Bala.

1 Like

And there is the answer I’ve been looking for this morning.

Just tested and now it works as a charm Thank you!
Would it be possible to update your support, so they know about this change.

1 Like

@Octopus @Bala_kumar We have published details of the announcement here:

6 Likes

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.