Hi there,
I have a similar error as @hopscotch which is mentioned in the following post:
This error usually occurs when the ID is not toggeld when using interactions.
Although the ID and class are active, I get the click interaction error.
<h1 id="heading-cef957b" class="heading-ce3c01f" data-interaction='{"click":[{"action":"customjs","class":"","targets":[],"conditions":[],"customjs":"history.back();"}],"dbclick":[],"scrollinview":[],"clickTar":{"target":"current"}}'" data-cc-comp="component-c81b7fc">Test</h1>Test
Console
14:56:54.213 Uncaught TypeError: c is null
cc_interactions http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
cc_interactions http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
<anonymous> http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
<anonymous> http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
EventListener.handleEvent* http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
cc-interactions.min.js:1:5875
cc_interactions http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
forEach self-hosted:203
cc_interactions http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
<anonym> http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
forEach self-hosted:203
<anonym> http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
(Async: EventListener.handleEvent)
<anonym> http://localhost/Websites/Bugtest/wp-content/plugins/cwicly/assets/js/cc-interactions.min.js?ver=1.3.1:1
I tried to reproduce this error on another setup and on the Cwicly demo site, but I could not replicate the error.
I packed a sample header into a component and exported it to a demo site where it worked.
When I exported several blocks, I could see the same error on the demo page.
But when editing, the error disappeared.
This is a site that was updated from 1.2.9.9.5 and now at version 1.3.1.
Is there any way I can check the error further?
Cheers